/* Native select menus on Windows/Chrome inherit the white frontend text.
   Force dropdown choices to a light surface with dark readable text. */
.agula-contact-page select {
    color-scheme: light;
}

.agula-contact-page select option,
.agula-contact-page select optgroup {
    background: #fff9e9 !important;
    color: #032a26 !important;
}

.agula-contact-page select:disabled {
    opacity: 0.7;
}
