@import 'part:@lyra/base/theme/variables-style';

.selected {
  composes: selected from 'part:@lyra/base/theme/layout/selectable-style';
  background-color: color(var(--brand-primary) lightness(-20%)) !important;
  color: var(--white) !important;
}

.unSelected {
  composes: item from 'part:@lyra/base/theme/layout/selectable-style';
}
