/* =============================================
   Cruises (listing) page — extracted from Cruises.aspx inline <style>
   All rules scoped under .page-cruises.
   ============================================= */

.page-cruises .sisf-e-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
}

.page-cruises .sisf-e-badge--offer {
    background-color: var(--main-color);
    color: #ffffff;
}

/* Filter bar */
.page-cruises .cruise-filter-row {
    justify-content: center;
}

.page-cruises .cruise-filter-row > div {
    min-width: 220px;
    max-width: 280px;
}

@media (max-width: 767px) {
    .page-cruises .cruise-filter-row > div {
        min-width: unset;
    }
}

/* Search button height on mobile */
@media (max-width: 575px) {
    .page-cruises .cruise-search-btn {
        padding: 14px 22px !important;
    }

    .page-cruises .sisf-banner h1 {
        font-size: 2.6rem;
    }
}

/* =============================================
   Mobile banner — gradient scrim over bg image, readable heading, stacked filters (≤991.98px)
   ============================================= */
@media (max-width: 991.98px) {
    .page-cruises .sisf-banner {
        margin-top: 0 !important;
        position: relative;
        overflow: hidden;
    }
    .page-cruises .sisf-banner > .row {
        position: relative;
        background-size: cover !important;
        background-position: center !important;
        padding: 180px 16px 40px !important;
        margin: 0 !important;
    }
    .page-cruises .sisf-banner > .row::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.85) 100%);
        pointer-events: none;
        z-index: 0;
    }
    .page-cruises .sisf-banner > .row > * {
        position: relative;
        z-index: 1;
    }
    .page-cruises .sisf-banner h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        color: #fff !important;
        padding-top: 8px !important;
        margin-bottom: 16px !important;
    }
    .page-cruises .cruise-filter-row {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .page-cruises .cruise-filter-row > div {
        min-width: 0 !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
    }
    .page-cruises .cruise-filter-row .form-label {
        color: #fff;
    }
    .page-cruises .cruise-search-btn {
        padding: 14px 22px !important;
    }
}
@media (max-width: 480px) {
    .page-cruises .sisf-banner h1 { font-size: 28px !important; }
}
