/* GR Theme mobile booking bar — rebuilt from scratch in v1.0.96. */
.gr-mobile-booking {
    display: none;
}

@media (max-width: 1024px) {
    body.gr-is-property {
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }

    .gr-mobile-booking,
    .gr-mobile-booking * {
        box-sizing: border-box;
        font-family: inherit;
    }

    .gr-mobile-booking {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        min-height: 78px;
        padding: 12px 26px calc(12px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(17, 24, 39, .08);
        background: #fff;
        box-shadow: 0 -8px 26px rgba(17, 24, 39, .08);
    }

    .gr-mobile-booking__summary {
        min-width: 0;
        flex: 1 1 auto;
    }

    .gr-mobile-booking__calendar {
        display: block;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #111827;
        text-align: left;
        cursor: pointer;
    }

    .gr-mobile-booking__price,
    .gr-mobile-booking__stay {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gr-mobile-booking__price {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.12;
        letter-spacing: -.01em;
        color: #111827;
    }

    .gr-mobile-booking__price strong {
        font-weight: 700;
    }

    .gr-mobile-booking__price-label {
        font-weight: 400;
    }

    .gr-mobile-booking.is-empty .gr-mobile-booking__price {
        max-width: 190px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        white-space: normal;
    }

    .gr-mobile-booking.is-empty .gr-mobile-booking__price strong {
        font-weight: 500;
    }

    .gr-mobile-booking__stay {
        display: flex;
        align-items: baseline;
        min-width: 0;
        margin-top: 4px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2;
        color: #6b7280;
    }

    .gr-mobile-booking__stay > [data-gr-mobile-stay] {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gr-mobile-booking__change {
        flex: 0 0 auto;
        margin-left: 5px;
        color: #04acbf;
        font-weight: 500;
    }

    .gr-mobile-booking__change::before {
        content: '\00b7';
        margin-right: 5px;
        color: #6b7280;
    }

    .gr-mobile-booking.is-empty .gr-mobile-booking__stay {
        display: none;
    }

    .gr-mobile-booking__cta {
        flex: 0 0 auto;
        min-width: 132px;
        min-height: 54px;
        margin: 0;
        padding: 11px 21px;
        border: 0;
        border-radius: 55px;
        background: #04acbf;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.08;
        text-align: center;
        cursor: pointer;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .gr-mobile-booking__cta:active:not(:disabled) {
        transform: translateY(1px);
    }

    .gr-mobile-booking__cta:focus-visible,
    .gr-mobile-booking__calendar:focus-visible {
        outline: 2px solid #04acbf;
        outline-offset: 3px;
    }

    .gr-mobile-booking__cta:disabled {
        cursor: wait;
        opacity: .72;
    }

    .gr-mobile-booking__status {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

@media (max-width: 480px) {
    .gr-mobile-booking {
        gap: 10px;
        min-height: 74px;
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    }

    .gr-mobile-booking__price {
        font-size: 18px;
    }

    .gr-mobile-booking__stay {
        font-size: 12px;
    }

    .gr-mobile-booking__change {
        margin-left: 4px;
    }

    .gr-mobile-booking__change::before {
        margin-right: 4px;
    }

    .gr-mobile-booking__cta {
        min-width: 116px;
        min-height: 50px;
        padding: 10px 15px;
        font-size: 15px;
    }
}

@media (max-width: 380px) {
    .gr-mobile-booking {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .gr-mobile-booking__price {
        font-size: 18px;
    }

    .gr-mobile-booking.is-empty .gr-mobile-booking__price {
        max-width: 155px;
        font-size: 15px;
    }

    .gr-mobile-booking__stay {
        font-size: 12px;
    }

    .gr-mobile-booking__cta {
        min-width: 108px;
        padding-left: 13px;
        padding-right: 13px;
        font-size: 14px;
    }
}

@media (min-width: 783px) and (max-width: 1024px) {
    .gr-mobile-booking {
        padding-left: 32px;
        padding-right: 32px;
    }

    .gr-mobile-booking__cta {
        min-width: 150px;
    }
}
