/**
 * Prevent iOS Safari (and some mobile browsers) from zooming the page when
 * focusing inputs with font-size below 16px.
 */
@media (hover: none) and (pointer: coarse) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="color"]),
  select,
  textarea {
    font-size: 16px !important;
  }
}
