/* Booking location search (Google Places) */
.location-field .location-help {
    margin: 0.45rem 0 0;
    font-size: 0.85rem;
    color: var(--text-muted, #64748b);
}

.location-pin-toggle {
    margin-top: 0.5rem;
}

.location-map-panel {
    width: 100%;
    height: 220px;
    margin-top: 0.75rem;
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 12px;
    overflow: hidden;
}

.pac-container {
    z-index: 10050 !important;
}

.booking-form-card .location-field {
    position: relative;
    z-index: 1;
}

.booking-form-card .location-field:focus-within {
    z-index: 10051;
}
