/* V23.37 — tipografia uniforme dos campos e autocomplete de cidades estável */

/* Todos os valores do formulário seguem a mesma escala visual da data e do horário. */
.booking-form-v31 input:not([type="checkbox"]):not([type="hidden"]),
.booking-form-v31 select,
.booking-form-v31 textarea {
  font-family: var(--body) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.booking-form-v31 input::placeholder,
.booking-form-v31 textarea::placeholder {
  color: rgba(255,255,255,.72) !important;
  font: inherit !important;
  opacity: 1 !important;
}

.booking-form-v31 .booking-field-date input[type="date"],
.booking-form-v31 .booking-field-time input[type="time"],
.booking-form-v31 .booking-field-date input[type="date"]::-webkit-date-and-time-value,
.booking-form-v31 .booking-field-time input[type="time"]::-webkit-date-and-time-value {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* Lista de cidades: abre abaixo ou acima conforme o espaço disponível. */
.booking-form-v31 .city-autocomplete {
  position: relative !important;
  isolation: isolate;
}

.booking-form-v31 .city-suggestions {
  z-index: 120 !important;
  top: calc(100% + 7px) !important;
  bottom: auto !important;
  max-height: min(260px, 42vh) !important;
}

.booking-form-v31 .city-suggestions.opens-up {
  top: auto !important;
  bottom: calc(100% + 7px) !important;
}

.booking-form-v31 .city-suggestion {
  font-size: 16px !important;
  font-weight: 700 !important;
}

@media (max-width: 760px) {
  .booking-form-v31 input:not([type="checkbox"]):not([type="hidden"]),
  .booking-form-v31 select,
  .booking-form-v31 textarea,
  .booking-form-v31 .booking-field-date input[type="date"],
  .booking-form-v31 .booking-field-time input[type="time"],
  .booking-form-v31 .booking-field-date input[type="date"]::-webkit-date-and-time-value,
  .booking-form-v31 .booking-field-time input[type="time"]::-webkit-date-and-time-value {
    font-size: 17px !important;
  }

  .booking-form-v31 .city-suggestion {
    font-size: 16px !important;
  }
}
