/* V24.51 — área segura do iPhone e escala móvel estável */
html,
body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

@media (max-width: 760px) {
  .public-booking-header {
    box-sizing: content-box;
    min-height: 66px;
    padding-top: calc(env(safe-area-inset-top, 0px) + 12px);
  }

  .client-access-page {
    padding-top: env(safe-area-inset-top, 0px);
  }

  .client-access-header {
    box-sizing: content-box;
    min-height: 70px;
    height: 70px;
    padding-top: 12px;
  }
}

/* Evita o zoom automático do Safari ao focar campos com fonte inferior a 16px. */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 760px) {
    input,
    select,
    textarea {
      font-size: 16px !important;
    }
  }
}
