/* V24.62 — botão Área restrita acessível no iPhone e PIN visível na equipe */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 760px) {
    .public-booking-header .client-access-restricted {
      align-self: flex-start;
      min-height: 44px !important;
      margin-top: 16px !important;
      padding: 10px 12px !important;
      font-size: 8px !important;
    }
  }
}

.team-modal .form-grid label:nth-child(2) input {
  letter-spacing: 0.18em;
  font-weight: 850;
}
