.hotel-mobile-search,
.hotel-mobile-overlay,
.hotel-mobile-sheet {
    display: none;
}

@media (max-width: 768px) {
    .hotel-details-page app-hotel .search-section.hotel-search-compact-empty {
        display: none !important;
        margin: 0;
        padding: 0;
        min-height: 0;
    }

    .hotel-details-page app-hotel .search-banner-row,
    .hotel-details-page app-hotel .content-sec {
        display: none !important;
    }

    .hotel-mobile-search {
        position: relative;
        z-index: 9;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 22px 16px 14px;
        background: #001848;
        color: #fff;
        box-shadow: 0 2px 9px rgba(0, 0, 0, .12);
    }

    .hotel-mobile-overlay {
        position: fixed;
        inset: 0;
        z-index: 1098;
        display: block;
        background: #00194cd1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }

    .hotel-mobile-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .hotel-mobile-sheet {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1099;
        display: flex;
        flex-direction: column;
        max-height: 92vh;
        background: #001848;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
        transform: translateY(100%);
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
        pointer-events: none;
        visibility: hidden;
    }

    .hotel-mobile-sheet.is-open {
        transform: translateY(0);
        pointer-events: auto;
        visibility: visible;
    }

    .hotel-mobile-sheet-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 16px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        flex-shrink: 0;
    }

    .hotel-mobile-sheet-header h2 {
        margin: 0;
        color: #fff;
        font-size: 18px;
    }

    .hotel-mobile-sheet-close {
        border: 0;
        background: red;
        color: #fff;
        width: 36px;
        height: 37px;
        min-height: 36px;
        margin-top: -23px;
        border-radius: 0 0 5px 5px;
        font-size: 26px;
        padding: 0;
        line-height: 1.34;
        cursor: pointer;
        flex-shrink: 0;
    }

    .hotel-mobile-sheet-close:hover {
        background: #b40000;
    }

    .hotel-mobile-sheet-body {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding: 12px 12px calc(16px + env(safe-area-inset-bottom, 0px));
    }

    body.hotel-mobile-sheet-open {
        overflow: hidden;
    }

    body.hotel-mobile-sheet-open .daterangepicker {
        z-index: 10060 !important;
    }

    .hotel-mobile-search h1 {
        margin: 0 0 12px;
        color: #fff;
        font-size: 22px;
    }

    .hotel-mobile-summary {
        position: relative;
        display: block;
        padding-right: 38px;
    }

    .hotel-mobile-place {
        margin: 0 0 8px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.25;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hotel-mobile-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 1px 10px;
        align-items: center;
        font-size: 12.5px;
    }

    .hotel-mobile-tag {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.92);
    }

    .hotel-mobile-tag svg {
        width: 14px;
        height: 14px;
        flex: 0 0 auto;
    }

    .hotel-mobile-edit {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        cursor: pointer;
        padding: 0;
    }

    .hotel-mobile-edit img {
        width: 19px;
        filter: brightness(0) invert(1);
    }

    .hotel-mobile-search.is-search-sheet-open .hotel-mobile-edit > * {
        display: none !important;
    }

    .hotel-mobile-search.is-search-sheet-open .hotel-mobile-edit::before {
        content: '\00d7';
        color: #fff;
        font-size: 28px;
        line-height: 20px;
    }

    #hotelMobilePanel .autocomplete-list {
        z-index: 10050;
    }

    #hotelMobilePanel .fieldset.field-4 {
        position: relative;
        z-index: 1;
    }

    #hotelMobilePanel .fieldset.field-4:has(#traveler.passengers) {
        z-index: 100;
    }

    #hotelMobilePanel #traveler.flight-passenger-panel.passengers {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-top: 6px;
        z-index: 10050 !important;
        display: block !important;
        border-radius: 8px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    }

    #hotelMobilePanel .flight-search-form.hotel-pg-search:has(#traveler.passengers) > .btn-search.button {
        display: none !important;
    }

    #hotelMobilePanel .full-width.search-bar {
        width: 100%;
    }

    #hotelMobilePanel .flight-search-form.hotel-pg-search {
        width: 100%;
        padding: 10px !important;
        background: #001848;
        border-radius: 10px;
        color: #fff;
    }

    #hotelMobilePanel .search-section {
        padding: 0;
        margin: 0;
        background: transparent;
    }

    #hotelMobilePanel .search-section .container,
    #hotelMobilePanel .search-section .row {
        margin: 0;
        padding: 0;
        max-width: none;
    }

    #hotelMobilePanel .flight-search-form.hotel-pg-search .flight-search-main.hotel-feilds {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 10px;
    }

    #hotelMobilePanel .flight-search-form.hotel-pg-search .flight-input-group {
        min-width: min(250px, 100%);
        flex: 1;
    }
 
    #hotelMobilePanel .flight-search-form.hotel-pg-search .flight-input-group input {
        height: 55px;
        padding: 17px 25px 0 13px;
        border: 2px solid rgb(255 255 255 / .2);
        border-radius: 6px;
        background: #fff !important;
        color: #001849;
        font-size: 19px;
    }

    #hotelMobilePanel .flight-search-form.hotel-pg-search .btn-search.button {
        order: 99;
        flex: 1;
        min-width: 100%;
        padding: 10px 35px;
    }

    #hotelMobilePanel .flight-search-form.hotel-pg-search .hotel-country-row {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
    }

    #hotelMobilePanel .flight-search-form.hotel-pg-search .hotel-country-field {
        flex: 1 1 100%;
        min-width: 0;
        justify-content: space-between;
    }

    #hotelMobilePanel .date-range-picker {
        z-index: 10040;
    }

  

    app-hoteldetail .booking-bar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px 12px;
        margin: 16px 0 20px;
        padding: 14px 16px;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
        text-align: left;
    }

    app-hoteldetail .booking-bar div {
        flex: 1 1 auto;
        min-width: 0;
    }

    app-hoteldetail .booking-bar .btn-primary {
        flex: 1 1 100%;
        width: 100%;
        padding: 12px 16px;
        font-size: 15px;
    }

    app-hoteldetail .hotel-room-table .table .inner-tbcontent img {
        width: 15px;
        height: 15px;
    }
}
