/* iOS Safari auto-zooms focused form controls below 16px. Keep every WorkOps mobile form control at a safe size without disabling user pinch-zoom. */
@media (max-width: 900px){
  html{-webkit-text-size-adjust:100%}
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
  select,
  textarea{
    font-size:16px!important;
    line-height:1.35;
  }
  .modal input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
  .modal select,
  .modal textarea,
  .inline-sheet input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
  .inline-sheet select,
  .inline-sheet textarea,
  .quick-book-form input,
  .quick-book-form select,
  .quick-book-form textarea,
  .cert-form input,
  .cert-form select,
  .cert-form textarea{
    font-size:16px!important;
  }
}