/* NO_AUTOZOOM_UNIVERSAL_V1_START */
input,
textarea,
select,
[contenteditable="true"],
[role="textbox"] {
  font-size: 16px !important;
}

html,
body {
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

button,
a,
label,
input,
textarea,
select,
[role="button"],
[role="textbox"],
[contenteditable="true"] {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
/* NO_AUTOZOOM_UNIVERSAL_V1_END */
