/*
 * Fix frontend dropdowns where a tiled background arrow or inherited text style
 * obscures the selected value after selection.
 */
body .gform_wrapper select,
body .mp_wrapper select,
body .mepr-form select {
  color: #222 !important;
  -webkit-text-fill-color: #222 !important;
  background-color: #fff !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: auto !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  -moz-appearance: auto !important;
}

body .gform_wrapper select option,
body .mp_wrapper select option,
body .mepr-form select option {
  color: #222;
}
