.wp-hotel-booking-thank-you h1.entry-title, .wp-hotel-booking-terms h1.entry-title {
    text-align: center;
    font-size: 30px !important;
    color: #576a6a;
}
.wp-hotel-booking-terms h2 {
    font-size: 20px !important;
}
.hb-payment-form {
    display: none;
}
.hb-message.message {
    text-align: center;
    border: 1px dashed #ccc;
    border-radius: 10px;
}
.menu-hot-label a.elementor-item {
    position: relative;
}

.menu-hot-label a.elementor-item::after {
    content: 'Hot';
    position: absolute;
    top: -12px;
    right: -16px;
    background: unset !important;
    color: #ff1201;
    font-size: 8px;
    border-radius: 3px;
    animation: blink 1s infinite;
    font-weight: bold;
}

ul.hb-search-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.room-left img,
.room-left iframe,
.room-left .gallery {
    max-width: 100%;
    height: auto;
    display: block;
}

.room-wrapper {
    display: flex;
    /*	flex-wrap: wrap;*/
    gap: 30px;
    box-sizing: border-box;
    width: 100%;
    /*	overflow: hidden;*/
}

.room-left,
.room-right {
    box-sizing: border-box;
}

.room-left {
    flex: 0 0 70%;
    max-width: 70%;
    /*	overflow: hidden;*/
}

.room-right {
    /*	flex: 0 0 30%;*/
    max-width: 30%;
    padding-top: 55px;
}

.room-right .price {
    float: unset;
    margin: 20px;
}
.room-left .title h1 a {
    font-size: 26px;
    font-weight: 600;
    color: #667085;
}

.room-left .spacing-35 {
    display: none;
}

.room-section.faqs {
    margin-bottom: 50px;
    margin-top: 15px;
}

.room-section.addition {
    background: #576a6a;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

/* Giữ cố định khi cuộn */
.sticky-sidebar {
    position: sticky;
    top: 100px;
    z-index: 10;
    align-self: flex-start; /* BỔ SUNG */
}

/* Nếu cần layout linh hoạt hơn */
.room-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.room-left {
    flex: 2;
}

.room-right {
    flex: 1;
}

.room-left .hb_single_room #hb_room_images {
    margin-bottom: 0;
}

body.wp-hotel-booking-page:not(.tp-themes-premium) .hotel-booking-search #hotel-booking-results .hb_add_to_cart {
    background: #f0a32c !important;
}



@media (max-width: 767px) {
    div#booking-items {
        overflow-x: auto;
    }
    ul.hb-search-results {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    }

    .room-wrapper {
        flex-direction: column;
    }

    .room-right {
        order: -1;
        max-width: 100%;
        padding-top: 0;
    }

    .room-left {
        max-width: 100%;
    }

    .sticky-sidebar {
        position: static; /* tắt sticky */
        top: auto;
    }
    .room-left .__hb_room_facility__attr {
        display: grid;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px;
    }

}

.hb-booking-room-form-footer {
    
}
.sticky-sidebar a#hb_room_load_booking_form {
    width: 100%;
    text-align: center;
}

button.hb_previous_step.hb_button {
    background: #03b9b9 !important;
}

td.hb_remove_col {
    display: flex;
    justify-content: center;
}
.tingle-modal__close {
    width: 2rem !important;
    padding: 0 !important;
}
body.wp-hotel-booking-search-rooms:not(.tp-themes-premium) .hotel-booking-search {
    display: flex;
    flex-direction: column !important;
    column-gap: 50px;
}
.custom-hover-img {
    height: 300px;
    overflow: hidden;
}
.custom-hover-img img {
    transition: transform .5s ease;
}
.custom-hover-img img:hover {
    transform: scale(1.1);
}

/* Hiệu ứng nhấp nháy */
@keyframes blink {
    0%   {
        opacity: 1;
    }
    50%  {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}


