.real-state-booking-search {
    width: 100%;
    position: relative;
}

.real-state-booking-search-form {
    margin: 0;
}

.real-state-booking-search-shell {
    display: grid;
    grid-template-columns: 1.3fr 1.2fr 1fr auto;
    align-items: center;
    gap: 0;
    background: #ffffff;
    border: 1px solid #e6e7eb;
    border-radius: 999px;
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.12);
    overflow: visible;
    position: relative;
}

.booking-field {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 18px 26px;
    min-height: 88px;
    justify-content: center;
    background: #fff;
}

.booking-field + .booking-field {
    border-left: 1px solid #ececf1;
}

.booking-field-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #294766;
    margin-bottom: 8px;
}

.booking-field input,
.booking-date-trigger {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 26px;
    line-height: 1.2;
    color: #8c98aa;
    background: transparent;
    padding: 0;
    text-align: left;
}

.booking-field input::placeholder {
    color: #a4afbf;
}

.booking-date-trigger {
    cursor: pointer;
}

.booking-date-panel {
    position: absolute;
    left: 50%;
    top: calc(100% + 18px);
    transform: translateX(-50%);
    width: min(860px, calc(100vw - 32px));
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.16);
    border: 1px solid #ececf1;
    padding: 28px;
    z-index: 50;
}

.booking-date-panel-tabs {
    width: 310px;
    max-width: 100%;
    margin: 0 auto 26px;
    padding: 4px;
    background: #e7e7ea;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.booking-date-panel-tabs span {
    text-align: center;
    padding: 12px 16px;
    border-radius: 999px;
    color: #455468;
    font-weight: 600;
}

.booking-date-panel-tabs .active {
    background: #fff;
    color: #111827;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.booking-date-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.booking-date-panel-grid label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
    border: 1px solid #e7e7ea;
    border-radius: 24px;
    background: #fafafa;
}

.booking-date-panel-grid label span {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.booking-date-panel-grid input {
    font-size: 18px;
    color: #1f2937;
}

.booking-search-submit {
    width: 72px;
    height: 72px;
    margin-right: 12px;
    border: 0;
    border-radius: 50%;
    background: #d9b229;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-search-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(217, 178, 41, 0.28);
}

.booking-search-submit-icon {
    font-size: 24px;
    line-height: 1;
}

.real-state-search-summary {
    margin: 40px 0 24px;
}

.real-state-search-summary h3 {
    margin: 0 0 8px;
    font-size: 30px;
    color: #101828;
}

.real-state-search-summary p,
.property-guest-capacity {
    color: #667085;
    font-size: 14px;
}

.property-guest-capacity {
    margin-top: 8px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .real-state-booking-search-shell {
        grid-template-columns: 1fr;
        border-radius: 32px;
        padding: 10px;
        gap: 8px;
    }

    .booking-field {
        border-left: 0 !important;
        border-radius: 24px;
        border: 1px solid #ececf1;
        min-height: auto;
    }

    .booking-field input,
    .booking-date-trigger {
        font-size: 20px;
    }

    .booking-search-submit {
        width: 100%;
        border-radius: 20px;
        margin: 0;
    }

    .booking-date-panel {
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        transform: none;
        width: 100%;
        padding: 20px;
        border-radius: 24px;
    }

    .booking-date-panel-grid {
        grid-template-columns: 1fr;
    }
}

/* [property_tower_name] opens Google Maps when coords or place text exist */
a.property-location-gmaps-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a.property-location-gmaps-link:hover {
    text-decoration: underline;
}

/* Google Maps — properties map */
.real-state-map-notice {
    padding: 12px 16px;
    margin: 0 0 16px;
    background: #f6f7f7;
    border-left: 4px solid #2271b1;
    color: #1d2327;
}

.real-state-properties-map-wrap {
    width: 100%;
}

.real-state-properties-map {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.property-map-info-card {
    max-width: 300px;
}

.property-map-info-card img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    max-height: 120px;
    margin-bottom: 8px;
    display: block;
}

.property-map-info-card .property-title,
.property-map-info-card a.property-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
    display: block;
}

.property-map-info-card a.property-title:hover {
    text-decoration: underline;
}

.property-map-info-card .property-price {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.property-map-info-card .property-address {
    font-size: 12px;
    color: #555;
}

