/* Compact Choices.js single select */
.choices__inner {
    min-height: 36px !important;
    height: 36px;
    padding: 4px 8px;
    font-size: 14px;
}

.choices__list--single {
    padding: 0;
}

.choices__item--selectable {
    line-height: 24px;
}

.choices[data-type*="select-one"]::after {
    top: 50%;
    transform: translateY(-50%);
}

/* Selected value */
.choices__inner,
.choices__item--selectable {
    color: #000 !important;
}

/* Dropdown list items */
.choices__list--dropdown .choices__item {
    color: #000 !important;
}

/* Placeholder text (optional: slightly lighter) */
.choices__placeholder {
    color: #555 !important;
}
