/* Mobile browser focus zoom guard. */
@media (max-width: 900px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }

  button,
  a,
  input,
  textarea,
  select {
    touch-action: manipulation;
  }
}
