@media (max-width: 600px) {
  /* Prevent Safari from zooming the viewport when a visitor focuses a small form control. */
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    font-size: 16px !important;
  }
}
