<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
    .min-height-desktop {
        min-height: 60vh;
    }
}

@media (max-width: 1199px) {
    .main-search-tabs &gt; a {
        margin: 0;
    }
}

@media (max-width: 991px) {
    html {
        font-size: var(--mobile-font-size);
    }
    .showcase {
        padding: var(--section-gap) 0;
    }
    .showcase:before {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.4) 30%,
            rgba(28, 48, 42, 0.6) 50%,
            rgba(28, 48, 42, 0.8) 100%
        );
    }
    .mobile-scroll-line {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .mobile-scroll-line .msl-row {
        flex-wrap: nowrap;
    }
    .mobile-scroll-line .msl-col {
        min-width: 60%;
        width: 60%;
    }
    .mobile-scroll-line.small .msl-col {
        min-width: 30%;
        width: 30%;
    }
    .main-search-tabs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: auto;
    }
    .main-search-tabs &gt; a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .main-search-tabs &gt; a:not(:last-child) {
        margin-right: 10px;
    }
    .main-search-tabs &gt; a &gt; i {
        margin: 0;
        margin-bottom: -5px;
        font-size: 1.8rem;
    }
    .daterangepicker .calendar-table td,
    .daterangepicker .calendar-table th {
        min-width: 35px;
        width: 35px;
        height: 35px;
    }
    .mobile-filter-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1040;
        background: #eee;
        padding: 20px;
        overflow-y: auto;
        display: none;
    }
    .mobile-filter-box.active {
        display: block;
    }
    .main-nav-height {
        display: none;
    }
    .main-nav-top.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .notfound-content {
        padding: 0;
    }
    .notfound-img {
        margin-bottom: var(--main-gap);
    }
    .notfound-text {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hotel-result-item .hri-content {
        padding: 10px;
    }
    .hotel-result-item .hri-img &gt; .discount {
        right: unset;
        left: 0;
        border-radius: 0 var(--small-border-radius) var(--small-border-radius) 0;
        padding: 4px 8px;
        font-size: 0.9rem;
    }
    .hotel-page-images .row {
        flex-wrap: nowrap;
        margin: 0 !important;
        border-radius: var(--border-radius);
    }
    .hotel-page-images &gt; .row {
        overflow-x: auto;
    }
    .hotel-page-images .row &gt; [class*="col-"] {
        width: unset;
        padding: 0 !important;
    }
    .hotel-page-images .row .hpi-mobile-col {
        min-width: 50vw !important;
        padding: 0 !important;
        margin-right: 10px;
    }
    .hpi-img {
        height: unset;
    }
    .hpr-content &gt; .inner {
        border-left: none;
    }
    .hpr-side &gt; .img {
        margin-bottom: -20px;
    }
    .page-box .hotel-page-facilities {
        columns: 2;
    }
    .steps-bar &gt; .bar {
        min-width: unset;
        width: 100%;
        margin-left: -20px;
        margin-right: -20px;
    }
    .steps-bar &gt; .step {
        margin: 0 30px;
    }
    .steps-bar {
        justify-content: space-between;
    }
    .rbs-item.wide {
        padding-top: calc(9 / 16 * 100%);
    }
    .flight-result-item .fri-desc {
        border-right: solid 1px var(--border-color);
    }
    .flight-route-bar {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .flight-route-bar &gt; span:first-child {
        margin-bottom: 5px;
    }
    .flight-route-bar &gt; .line {
        display: none;
    }
    .flight-result-item .fri-offers .tooltip-area {
        padding: 5px;
        justify-content: center;
    }
    .flight-result-item .fri-offers .tooltip-area .tooltip-line &gt; i {
        margin: 0 !important;
    }
    .flight-result-item .fri-offers &gt; .item .desc.price {
        padding: 5px;
        justify-content: center;
    }
    .flight-result-item .fri-offers &gt; .item .desc {
        padding: 5px;
    }
    .flight-result-item .fri-offers .cbox-group &gt; label {
        padding: 0;
        justify-content: center;
    }
    .flight-result-item .fri-offers .cbox-group &gt; label &gt; span.icon {
        margin-right: 0;
    }
    .flight-result-item .fri-segments &gt; .item &gt; .line &gt; .hour, .flight-result-item .fri-segments &gt; .item &gt; .line &gt; .time,
    .flight-checkout-segments &gt; .item &gt; .line &gt; .hour, .flight-checkout-segments &gt; .item &gt; .line &gt; .time {
        min-width: 90px;
    }
    .flight-result-item .fri-segments &gt; .item &gt; .line b,
    .flight-checkout-segments &gt; .item &gt; .line b{
        display: block;
    }
}

@media (max-width: 575px) {
    .main-nav .main-nav-flex {
        justify-content: center;
    }
    .main-nav .main-nav-flex &gt; .left {
        margin-right: 5px;
    }
    .page-slider-buttons {
        width: calc(100% + 10px);
        left: -5px;
    }
    .mobile-scroll-line .msl-col {
        min-width: 80%;
        width: 80%;
    }
    .mobile-scroll-line.small .msl-col {
        min-width: 40%;
        width: 40%;
    }
    .related-blog-category {
        padding: 10px;
    }
    .hotel-page-images .row .hpi-mobile-col {
        min-width: 70vw !important;
    }
    .hotel-page-top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .hotel-page-top &gt; .left {
        margin-bottom: 10px;
    }
    .page-box-inner {
        padding: 10px;
    }
    .account-log-box {
        padding: 40px 20px;
    }
    .site-logo img {
        width: 180px;
    }
    .list-top-bar {
        flex-direction: column;
    }
    .list-top-bar &gt; .left,
    .list-top-bar &gt; .right {
        width: 100%;
    }
    .list-top-bar .total-text {
        width: 100%;
    }
    .hotel-result-item .hri-content &gt; .inner &gt; .title {
        white-space: normal;
    }
    .airline-item &gt; .content {
        padding: 10px;
    }
    .airline-item &gt; .content &gt; .title {
        font-size: 1rem;
    }
}
</pre></body></html>