/* Consistent spacing for native single-select arrows across ECUSA. */
select:not([multiple]):not([size]):not(.select-native-arrow) {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box;
  padding-right: 2.35rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%230a2449' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right .85rem center !important;
  background-size: .75rem .5rem !important;
}

select:not([multiple]):not([size]):not(.select-native-arrow):disabled {
  opacity: .72;
}

@media (max-width: 600px) {
  select:not([multiple]):not([size]):not(.select-native-arrow) {
    padding-right: 2.15rem !important;
    background-position: right .72rem center !important;
  }
}
