/* Dash dropdown closed-state — modern .dash-dropdown-* classes (T34).
   Cyborg ships button colors that make the white-bg dropdown unreadable;
   force the selected-value text dark to match the open-state list options. */
button.dash-dropdown,
button.dash-dropdown .dash-dropdown-value,
button.dash-dropdown .dash-dropdown-value-item,
button.dash-dropdown .dash-dropdown-value-item > span {
    color: #1e1e2e !important;
}

/* Legacy react-select v1 fallback — still applied so older Dash versions
   (which T16 originally targeted) keep working. */
.Select-control,
.Select-value-label,
.Select-menu-outer,
.Select-option { color: #1e1e2e !important; }
.Select-option.is-focused { background-color: #cdd6f4 !important; }
