/* Hotel show — mobile web-app layout */

@media (max-width: 991.98px) {
    .hotel-show-mobile .front-layout-body,
    html.hotel-show-mobile .front-layout-body.mobile-header-mode-overlay {
        padding-bottom: calc(148px + env(safe-area-inset-bottom, 0));
    }

    .hotel-mobile-hero {
        background: #fff;
        border-bottom: 1px solid #e9ecf0;
        padding: 16px 0 14px;
    }

    .hotel-mobile-title {
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 1.5;
        margin: 0 0 10px;
        color: #1a1f2c;
    }

    .hotel-mobile-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
        font-size: 0.82rem;
        color: #495057;
    }

    .hotel-mobile-meta > span {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .hotel-mobile-rating-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 34px;
        padding: 2px 8px;
        border-radius: 8px;
        background: #0A58CA;
        color: #fff;
        font-weight: 800;
        font-size: 0.78rem;
    }

    .hotel-mobile-rating .ri-star-fill {
        color: #fbbf24;
    }

    .hotel-mobile-price-hint {
        margin-top: 12px;
        display: flex;
        align-items: baseline;
        gap: 6px;
        color: #0A58CA;
    }

    .hotel-mobile-price-hint small {
        color: #6c757d;
        font-size: 0.75rem;
    }

    .hotel-mobile-price-hint strong {
        font-size: 1.15rem;
        font-weight: 900;
    }

    .hotel-mobile-tabs {
        position: sticky;
        top: 0;
        z-index: 1020;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid #e9ecf0;
    }

    .hotel-mobile-tabs-inner {
        display: flex;
        gap: 6px;
        overflow-x: auto;
        padding: 10px 16px;
        scrollbar-width: none;
    }

    .hotel-mobile-tabs-inner::-webkit-scrollbar {
        display: none;
    }

    .hotel-mobile-tab {
        flex: 0 0 auto;
        padding: 8px 14px;
        border-radius: 999px;
        border: 1px solid #e9ecf0;
        background: #fff;
        color: #495057;
        font-size: 0.82rem;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

    .hotel-mobile-tab.is-active {
        background: #e8f0fe;
        border-color: #0A58CA;
        color: #0A58CA;
    }

    .hotel-gallery-desktop {
        display: none !important;
    }

    .gallery-section .container {
        padding: 0;
        max-width: 100%;
    }

    .hotel-mobile-gallery {
        width: 100%;
        height: 300px;
        background: #0f172a;
    }

    .hotel-mobile-gallery .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        display: block;
    }

    .hotel-mobile-gallery .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.55;
    }

    .hotel-mobile-gallery .swiper-pagination-bullet-active {
        opacity: 1;
        background: #0A58CA;
    }

    .hotel-content {
        padding-top: 8px !important;
    }

    .hotel-content .hotel-card-premium {
        border-radius: 16px;
        margin-bottom: 12px;
    }

    .hotel-content .hotel-card-premium .card-header {
        padding: 14px 16px;
    }

    .hotel-content .hotel-card-premium .card-body {
        padding: 14px 16px !important;
    }

    .hotel-content .col-lg-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hotel-content .hotel-amenities-map-row > [class*="col-"] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hotel-content .sticky-sidebar {
        position: static;
    }

    .hotel-travel-search-sticky {
        top: 64px;
        z-index: 30;
    }

    #map {
        height: 260px !important;
        border-radius: 12px;
    }

    .room-card {
        border-radius: 16px !important;
    }

    .room-card .row > [class*="col-"] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .room-card .book-btn,
    .room-card .view-reserve-btn {
        min-height: 48px;
        border-radius: 14px !important;
        font-weight: 800;
    }

    .hotel-travel-dates-row > [class*="col-"] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hotel-mobile-booking-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: calc(70px + env(safe-area-inset-bottom, 0));
        z-index: 1040;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        border-top: 1px solid #e9ecf0;
        box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
        padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0));
    }

    .hotel-mobile-booking-bar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        max-width: 640px;
        margin: 0 auto;
    }

    .hotel-mobile-booking-price {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .hotel-mobile-booking-price small {
        color: #6c757d;
        font-size: 0.72rem;
    }

    .hotel-mobile-booking-price strong {
        color: #0A58CA;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.2;
    }

    .hotel-mobile-booking-price span {
        color: #6c757d;
        font-size: 0.72rem;
    }

    .hotel-mobile-booking-btn {
        flex: 0 0 auto;
        min-width: 148px;
        min-height: 48px;
        border-radius: 14px !important;
        font-weight: 800;
        padding-inline: 18px;
        box-shadow: 0 8px 20px rgba(10, 88, 202, 0.25);
    }

    .reviews-list .review-card {
        border-radius: 14px;
    }
}
