/* TOKSAVE MOBILE ANTI ZOOM 20260623 */

/* Empêche Safari/iPhone de zoomer sur les champs */
@media (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
    line-height: 1.4 !important;
    transform: none !important;
  }

  button,
  a,
  input,
  textarea {
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
  }

  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}
