/* Fix: desktop dropdown white-on-white */
select option {
    color: #333 !important;
    background-color: #fff !important;
}
