.select-kit { &.combo-box { &.category-drop { min-width: auto; .badge-category__wrapper { font-size: var(--font-0); font-weight: normal; max-width: 260px; } .category-drop-header { &.is-none .selected-name { color: inherit; } } .select-kit-row { flex-direction: column; align-items: flex-start; &[data-value="all-categories"], &[data-value="no-categories"] { color: var(--tertiary); font-weight: 700; } .category-desc { font-weight: normal; color: var(--primary-medium); margin-top: 2px; } .category-status { align-items: center; } .topic-count { margin-left: 0.5em; font-weight: normal; color: var(--primary-medium); font-size: var(--font-down-1); } } } } }