.hbt-room-cta {
    display: inline-flex;
    justify-content: center;
    min-width: 150px;
    text-align: center;
}

.hbt-stay-price__nightly,
.hbt-stay-price__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.hbt-stay-price__nightly strong {
    color: #123a62;
    font-size: 22px;
}

.hbt-stay-price__total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dce3e8;
}

.hbt-stay-price__terms,
.hbt-availability-status {
    margin: 10px 0 0;
    color: #5e6d77;
    font-size: 13px;
    line-height: 1.5;
}

.hbt-mobile-booking-summary {
    display: none;
}

@media (max-width: 767px) {
    body.single-st_hotel,
    body.single-hotel_room {
        padding-bottom: 112px;
    }

    .hbt-mobile-booking-summary {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9990;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        padding: 12px 16px;
        border-top: 1px solid #dce3e8;
        background: #fff;
        box-shadow: 0 -8px 28px rgba(18, 58, 98, .16);
    }

    .hbt-mobile-booking-summary__details,
    .hbt-mobile-booking-summary__action {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 2px;
    }

    .hbt-mobile-booking-summary__details strong,
    .hbt-mobile-booking-summary__details span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hbt-mobile-booking-summary__details span {
        color: #5e6d77;
        font-size: 11px;
    }

    .hbt-mobile-booking-summary__action {
        align-items: flex-end;
    }

    .hbt-mobile-booking-summary__action > strong {
        font-size: 12px;
    }

    .hbt-mobile-booking-summary__button {
        min-height: 42px;
        padding: 9px 14px;
        border: 0;
        border-radius: 5px;
        background: #123a62;
        color: #fff;
        font-weight: 700;
    }
}
