/* Prevent iOS Safari from zooming the page when form controls receive focus. */
@media (max-width: 768px) {
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="hidden"]),
  select,
  textarea,
  [contenteditable="true"],
  .table-toolbar-search input,
  .kwsm-login-input-wrap input,
  .kwsm-cauth-input-wrap input,
  .kwsm-cc-input,
  .kwsm-cc-select,
  .kwsm-cc-textarea,
  .kwsm-cc-file,
  .react-form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="hidden"]),
  .react-form select,
  .react-form textarea {
    font-size: 16px !important;
  }
}
