/* V23.36 — autocomplete visual de cidades para Safari, iPad e desktop */
.booking-form-v31 .booking-location-v34 {
  overflow: visible !important;
}

.booking-form-v31 .booking-city-field,
.booking-form-v31 .city-autocomplete {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
}

.booking-form-v31 .city-suggestions {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 250px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 14px;
  background: #10127f;
  box-shadow: 0 16px 34px rgba(0,0,0,.34);
  -webkit-overflow-scrolling: touch;
}

.booking-form-v31 .city-suggestions[hidden] {
  display: none !important;
}

.booking-form-v31 .city-suggestion {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.booking-form-v31 .city-suggestion:hover,
.booking-form-v31 .city-suggestion:focus-visible,
.booking-form-v31 .city-suggestion.is-active {
  background: var(--yellow);
  color: var(--ink);
  outline: none;
}

.booking-form-v31 .location-status:empty,
.booking-form-v31 .location-status.is-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.booking-form-v31 .location-status.is-error,
.booking-form-v31 .location-status.is-success,
.booking-form-v31 .location-status.is-loading {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 10px 0 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.booking-form-v31 .location-status.is-error {
  color: #ffd7df;
}

.booking-form-v31 .location-status.is-success {
  color: var(--yellow);
}

@media (max-width: 760px) {
  .booking-form-v31 .city-suggestions {
    max-height: 220px;
  }
}
