/* =========================================================
   JUST CRUISES — ODS RESULTS
   STABLE PRICE BOX
   COMPACT CRUISE CARDS — PRICE BOX MOVED RIGHT
   ========================================================= */


/* =========================================================
   1. RESULT CARD — COMPACT FIXED HEIGHT
   ========================================================= */

body.results-page .cruise-item-card {
    position: relative !important;

    height: 235px !important;
    min-height: 235px !important;
    max-height: 235px !important;

    margin: 0 0 8px 0 !important;
    padding: 8px 12px 6px 12px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


/* =========================================================
   2. TITLE
   ========================================================= */

body.results-page .cruise-item-card .cruise-title {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;

    color: #00234B !important;

    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
}

body.results-page .cruise-item-card .cruise-title a,
body.results-page .cruise-item-card .cruise-title span {
    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
}


/* =========================================================
   3. HIDE TOP-RIGHT DESTINATION
   ========================================================= */

body.results-page .cruise-item-card .rule-icons {
    display: none !important;
}


/* =========================================================
   4. MAP
   ========================================================= */

@media (min-width: 992px) {

    body.results-page .cruise-item-card .card-image {
        width: 190px !important;
        max-width: 190px !important;

        margin: 0 12px 0 0 !important;
        padding: 0 !important;
    }

    body.results-page .cruise-item-card .card-image img {
        display: block !important;

        width: 190px !important;
        max-width: 190px !important;

        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;
    }
}


/* =========================================================
   5. REMOVE DESTINATION STRIP UNDER MAP
   ========================================================= */

body.results-page .cruise-item-card .card-image-caption {
    display: none !important;
}


/* =========================================================
   6. CRUISE LINE LOGO
   ========================================================= */

body.results-page .cruise-item-card .cruise-logo {
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
}

body.results-page .cruise-item-card .cruise-logo img {
    width: auto !important;
    max-width: 140px !important;

    height: auto !important;
    max-height: 32px !important;
}


/* =========================================================
   7. SHIP NAME
   ========================================================= */

body.results-page .cruise-item-card .cruise-name {
    margin: 0 0 2px 0 !important;
    padding: 0 !important;

    color: #00234B !important;

    font-size: 13px !important;
    line-height: 18px !important;
}


/* =========================================================
   8. COMPACT CRUISE DETAILS
   ========================================================= */

body.results-page .cruise-item-card ul {
    margin: 0 !important;
    padding: 0 !important;
}

body.results-page .cruise-item-card li {
    margin: 0 !important;

    padding-top: 1px !important;
    padding-bottom: 1px !important;

    line-height: 1.15 !important;
}


/* =========================================================
   9. HIDE VIDEO / 360
   ========================================================= */

body.results-page .cruise-item-card .odi-video-camera,
body.results-page .cruise-item-card .odi-virtual-360-o {
    display: none !important;
}


/* =========================================================
   10. HIDE ORIGINAL LARGE PRICE
   ========================================================= */

body.results-page .cruise-item-card .cruise-item-min-price,
body.results-page .cruise-item-card .cruise-min-price-section {
    display: none !important;
}


/* =========================================================
   11. HIDE NIGHTLY PRICE
   ========================================================= */

body.results-page .cruise-item-card .cruise-price-per-night,
body.results-page .cruise-item-card [data-ody-id="labelNight"],
body.results-page .cruise-item-card [data-ody-id="priceppLabel"] {
    display: none !important;
}


/* =========================================================
   12. HIDE PORTS / VIEW MORE
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="PortOfCall"],

body.results-page .cruise-item-card
[data-ody-id="PortsOfCallDisclaimer"] {
    display: none !important;
}


/* =========================================================
   13. HIDE TAX / FEES COPY
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseInclusiveExclusiveMessage"],

body.results-page .cruise-item-card .cruise-tax-inclusive,
body.results-page .cruise-item-card .includes-taxes-fees,
body.results-page .cruise-item-card .taxes-and-fees {
    display: none !important;
}


/* =========================================================
   14. REMOVE RED ACTION ICONS
   ========================================================= */

body.results-page .cruise-item-card .sailing-info-cell {
    display: none !important;
}


/* =========================================================
   15. REMOVE CRUISE NUMBER — A640 ETC
   ========================================================= */

body.results-page .cruise-item-card .package-voyage,
body.results-page .cruise-item-card span.package-voyage,

body.results-page .cruise-item-card
td[data-ody-id="CruiseSailingInfoAndBookingButton"]
.package-voyage {
    display: none !important;

    width: 0 !important;
    height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
}


/* =========================================================
   16. REMOVE PACKAGE ID
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruisePackageInfoWrapper"],

body.results-page .cruise-item-card
[data-ody-id="DisplayPackageId"],

body.results-page .cruise-item-card
[data-ody-id="CruisePackageId"],

body.results-page .cruise-item-card
[data-ody-id*="PackageId"] {
    display: none !important;

    width: 0 !important;
    height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
}


/* =========================================================
   17. DESKTOP — NEUTRALISE ODS WRAPPERS
   THIS IS THE WORKING ANCHOR METHOD
   ========================================================= */

@media (min-width: 992px) {

    body.results-page .cruise-item-card
    [data-ody-id="sailingDateSection"],

    body.results-page .cruise-item-card
    cruise-sailing-component {

        position: static !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: none !important;
    }
}


/* =========================================================
   18. PRICE / DATE BOX
   MOVED FURTHER RIGHT
   ========================================================= */

@media (min-width: 992px) {

    body.results-page .cruise-item-card
    [data-ody-id="CruiseSailingDatesSection"] {

        position: absolute !important;

        top: 60px !important;
        right: 12px !important;
        left: auto !important;

        width: 50% !important;
        max-width: 620px !important;

        margin: 0 !important;

        padding: 0 0 72px 0 !important;

        transform: none !important;

        overflow: visible !important;

        box-sizing: border-box !important;

        z-index: 20 !important;
    }
}


/* =========================================================
   19. ODS TABLE WRAPPERS
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] .table-fixed,

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] .table-fixed-inner,

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] .table-fixed-inner-container {

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}


/* =========================================================
   20. FARE TABLE
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] table {

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    table-layout: auto !important;
    border-collapse: collapse !important;

    box-sizing: border-box !important;
}


/* =========================================================
   21. TABLE HEADERS
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] th {

    height: 32px !important;

    padding: 5px 7px !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;

    color: #FFFFFF !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 18px !important;

    border: 1px solid #D9E7EF !important;

    box-sizing: border-box !important;
}


/* =========================================================
   22. HEADER COLOURS
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] th:nth-child(odd) {
    background: #00234B !important;
}

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] th:nth-child(even) {
    background: #1187BD !important;
}


/* =========================================================
   23. PRICE CELLS
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"] td {

    height: 38px !important;

    padding: 5px 7px !important;

    text-align: center !important;
    vertical-align: middle !important;

    white-space: nowrap !important;

    color: #00234B !important;
    background: #F2F8FC !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 18px !important;

    border: 1px solid #D9E7EF !important;

    box-sizing: border-box !important;
}


/* =========================================================
   24. COLLAPSE UNUSED ODS COLUMN
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
th:nth-last-child(2),

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
td:nth-last-child(2) {

    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;

    padding: 0 !important;

    border: 0 !important;

    font-size: 0 !important;

    background: transparent !important;

    overflow: hidden !important;
}


/* =========================================================
   25. COLLAPSE BOOKING CELL
   KEEP BUTTON
   ========================================================= */

body.results-page .cruise-item-card
td[data-ody-id="CruiseSailingInfoAndBookingButton"] {

    position: static !important;

    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;

    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    font-size: 0 !important;
    line-height: 0 !important;

    color: transparent !important;

    overflow: visible !important;
}


/* =========================================================
   26. COLLAPSE FINAL HEADER
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
th:last-child {

    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;

    padding: 0 !important;

    border: 0 !important;

    font-size: 0 !important;

    background: transparent !important;
}


/* =========================================================
   27. ORANGE CTA
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
button[data-ody-id="CruiseResultsBookButton"] {

    display: block !important;

    position: absolute !important;

    top: 80px !important;
    left: 50% !important;

    transform: translateX(-50%) !important;

    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    height: 40px !important;

    margin: 0 !important;
    padding: 8px 12px !important;

    background: #F26A21 !important;

    border: 0 !important;
    border-radius: 4px !important;

    box-shadow: none !important;

    color: transparent !important;
    font-size: 0 !important;

    text-align: center !important;

    overflow: visible !important;

    z-index: 50 !important;
}


/* =========================================================
   28. BUTTON TEXT
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
button[data-ody-id="CruiseResultsBookButton"]::after {

    content: "VIEW LIVE PRICES & CABINS" !important;

    display: block !important;

    color: #FFFFFF !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 24px !important;

    white-space: nowrap !important;

    text-align: center !important;
}


/* =========================================================
   29. BUTTON HOVER
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
button[data-ody-id="CruiseResultsBookButton"]:hover {

    background: #D95512 !important;
}


/* =========================================================
   30. DISCLAIMER — SHORT / ONE LINE
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]::after {

    content:
    "FROM prices per person twin share. Click for live prices & cabins.";

    position: absolute !important;

    top: 126px !important;
    left: 0 !important;
    right: 0 !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 4px !important;

    color: #667784 !important;

    font-size: 9px !important;
    font-weight: 400 !important;
    line-height: 12px !important;

    text-align: center !important;
    white-space: nowrap !important;

    box-sizing: border-box !important;
}


/* =========================================================
   31. HIDE PROMOTION SPACE
   ========================================================= */

body.results-page .cruise-item-card .cruise-promotions,
body.results-page .cruise-item-card .cruise-promotions-wrapper,

body.results-page .cruise-item-card
[data-ody-id="CruisePromotions"],

body.results-page .cruise-item-card
[data-ody-id="CruisePromotionsSection"] {

    display: none !important;

    height: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   32. REMOVE LOWER ODS GREY SEPARATOR + SPACE
   ========================================================= */

body.results-page .cruise-item-card cruise-sailing-component {

    border-top: 0 !important;

    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* =========================================================
   33. REMOVE HR / BOTTOM DIVIDERS
   ========================================================= */

body.results-page .cruise-item-card hr {

    display: none !important;

    height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
}


/* =========================================================
   34. REMOVE EXCESS BOTTOM SPACE
   ========================================================= */

body.results-page .cruise-item-card > :last-child {

    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* =========================================================
   35. MOBILE / TABLET
   ========================================================= */

@media (max-width: 991px) {

    body.results-page .cruise-item-card {

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;
    }

    body.results-page .cruise-item-card
    [data-ody-id="CruiseSailingDatesSection"] {

        position: relative !important;

        top: auto !important;
        right: auto !important;
        left: auto !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 10px 0 0 0 !important;
        padding: 0 !important;

        transform: none !important;

        overflow-x: auto !important;
    }

    body.results-page .cruise-item-card
    [data-ody-id="CruiseSailingDatesSection"]
    button[data-ody-id="CruiseResultsBookButton"] {

        position: relative !important;

        top: auto !important;
        left: auto !important;

        transform: none !important;

        margin: 10px auto !important;
    }

    body.results-page .cruise-item-card
    [data-ody-id="CruiseSailingDatesSection"]::after {

        position: relative !important;

        top: auto !important;

        margin-top: 5px !important;
    }
}


/* =========================================================
   DESKTOP CRUISE CARD HEIGHT — 200PX
   ========================================================= */

@media (min-width: 992px) {
    body.results-page .cruise-item-card {
        height: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
    }
}


/* =========================================================
   JC NAVY — CRUISE DETAILS TEXT
   ========================================================= */

body.results-page .cruise-item-card .cruise-name,
body.results-page .cruise-item-card .cruise-name a,
body.results-page .cruise-item-card ul,
body.results-page .cruise-item-card li,
body.results-page .cruise-item-card li a,
body.results-page .cruise-item-card li span {
    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
}


/* =========================================================
   COMPACT ORANGE CTA — 25PX
   ========================================================= */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
button[data-ody-id="CruiseResultsBookButton"] {

    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;

    height: 25px !important;
    min-height: 25px !important;

    padding: 0 8px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* BUTTON TEXT */

body.results-page .cruise-item-card
[data-ody-id="CruiseSailingDatesSection"]
button[data-ody-id="CruiseResultsBookButton"]::after {

    content: "VIEW PRICES & DETAILS" !important;

    display: block !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
    white-space: nowrap !important;
}


/* =========================================================
   JC LEFT FILTERS — CLEAN CURRENT CHECKPOINT
   ========================================================= */


/* HIDE PRICE PER PERSON */

filter-content-component.filter-price-person {
    display: none !important;
}


/* HIDE MAX OCCUPANCY */

filter-content-component.filter-max-occupancy {
    display: none !important;
}


/* HIDE SUPPLIER PROMOTIONS */

.filter-supplier-promotions {
    display: none !important;
}


/* HIDE ARRIVAL PORT */

filter-content-component:has(.odi-arrival-port) {
    display: none !important;
}


/* HIDE RULES */

filter-content-component:has(.odi-rule-filter) {
    display: none !important;
}


/* =========================================================
   FILTER TEXT + ICONS — JC NAVY
   ========================================================= */

filter-content-component,
filter-content-component a,
filter-content-component span,
filter-content-component label,
filter-content-component div,
filter-content-component i {
    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
}


/* =========================================================
   FILTER CARDS — COMPACT
   ========================================================= */

filter-content-component .card {
    margin-bottom: 4px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

filter-content-component .card-heading {
    min-height: 38px !important;
    padding: 5px 9px !important;
}

filter-content-component .panel-title {
    margin: 0 !important;
    padding: 0 !important;
}

filter-content-component .panel-title a {
    min-height: 28px !important;

    font-size: 14px !important;
    line-height: 28px !important;

    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
}


/* =========================================================
   EXPANDED FILTER CONTENT — TIGHTER
   ========================================================= */

filter-content-component .collapse,
filter-content-component .collapse.show,
filter-content-component .panel-collapse {
    padding-top: 3px !important;
    padding-bottom: 5px !important;
}

filter-content-component .card-body {
    padding: 5px 8px !important;
}


/* =========================================================
   FILTER BUTTONS — COMPACT
   ========================================================= */

filter-content-component button,
filter-content-component .btn {

    min-height: 26px !important;

    padding: 3px 8px !important;
    margin: 2px !important;

    font-size: 11px !important;
    line-height: 18px !important;
}


/* =========================================================
   SAILING DATES — COMPACT EXISTING CHECKBOX VIEW
   ========================================================= */

filter-content-component[data-ody-id="FilterPanelSailingDates"] .row {
    margin-left: -2px !important;
    margin-right: -2px !important;
}

filter-content-component[data-ody-id="FilterPanelSailingDates"]
[class*="col-"] {

    padding-left: 3px !important;
    padding-right: 3px !important;

    margin-bottom: 2px !important;
}

filter-content-component[data-ody-id="FilterPanelSailingDates"] label {

    margin: 0 !important;

    font-size: 11px !important;
    line-height: 20px !important;

    color: #00234B !important;
}

filter-content-component[data-ody-id="FilterPanelSailingDates"]
input[type="checkbox"] {

    margin-right: 3px !important;
}

filter-content-component[data-ody-id="FilterPanelSailingDates"] h1,
filter-content-component[data-ody-id="FilterPanelSailingDates"] h2,
filter-content-component[data-ody-id="FilterPanelSailingDates"] h3,
filter-content-component[data-ody-id="FilterPanelSailingDates"] h4,
filter-content-component[data-ody-id="FilterPanelSailingDates"] h5,
filter-content-component[data-ody-id="FilterPanelSailingDates"] h6 {

    margin: 5px 0 3px 0 !important;

    font-size: 12px !important;
    line-height: 18px !important;

    color: #00234B !important;
}


/* =========================================================
   EXACT ODS FILTER IDS — CONFIRMED
   FOR NEXT ORDER / HEADING PASS

   FilterPanelSailingDates
   FilterPanelDeparturePorts
   FilterPanelCruiseLines
   FilterPanelShips
   FilterPanelDestination
   FilterPanelCruiseLength
   ========================================================= */

/* =========================================================
   JC FILTER PANEL — COMPACT + BRANDED
   ADD TO BOTTOM ONLY
   ========================================================= */


/* =========================================================
   1. COMPACT EACH FILTER BOX
   ========================================================= */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"] {

    margin-bottom: 4px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* FILTER HEADING ROW */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
> div[role="tab"].card-heading {

    min-height: 42px !important;
    height: 42px !important;

    padding: 0 10px !important;

    display: flex !important;
    align-items: center !important;

    box-sizing: border-box !important;
}


/* REMOVE EXTRA PANEL TITLE SPACE */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.panel-title {

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* FILTER CLICKABLE ROW */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.panel-title > a {

    min-height: 42px !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;

    font-size: 14px !important;
    line-height: 18px !important;

    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
}


/* FILTER WORDING */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.flex-spacer.text-truncate {

    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;

    font-size: 14px !important;
    line-height: 18px !important;
}


/* FILTER ICONS */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.panel-icon,

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.odi-expand-more {

    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
}


/* =========================================================
   2. EXACT FILTER PANEL HEADING
   THE ELEMENT IMMEDIATELY BEFORE SAILING DATES
   ========================================================= */

body.results-page
filter-component
> *:has(+ filter-content-component[data-ody-id="FilterPanelSailingDates"]) {

    background: #00234B !important;
    border-color: #00234B !important;

    min-height: 42px !important;

    margin-bottom: 4px !important;

    color: #FFFFFF !important;
}


/* HEADING ICON */

body.results-page
filter-component
> *:has(+ filter-content-component[data-ody-id="FilterPanelSailingDates"])
i {

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* HIDE ONLY THE ORIGINAL HEADING WORDING */

body.results-page
filter-component
> *:has(+ filter-content-component[data-ody-id="FilterPanelSailingDates"])
span {

    font-size: 0 !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* REPLACE WITH REFINE YOUR SEARCH */

body.results-page
filter-component
> *:has(+ filter-content-component[data-ody-id="FilterPanelSailingDates"])
span::after {

    content: "REFINE YOUR SEARCH" !important;

    display: inline-block !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 18px !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;

    white-space: nowrap !important;
}


/* =========================================================
   3. COMPACT EXPANDED FILTER CONTENT
   ========================================================= */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.collapse.show,

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.panel-collapse.show {

    padding: 6px 8px 8px 8px !important;
}


/* =========================================================
   4. SUBMENU BUTTONS
   REMOVE ODS RED — USE JC NAVY
   ========================================================= */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
button,

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.btn {

    min-height: 26px !important;
    height: 26px !important;

    margin: 2px 3px 4px 0 !important;
    padding: 3px 8px !important;

    background: #00234B !important;

    border: 1px solid #00234B !important;
    border-radius: 3px !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 18px !important;

    box-shadow: none !important;
}


/* BUTTON HOVER */

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
button:hover,

body.results-page
filter-content-component[data-ody-id^="FilterPanel"]
.btn:hover {

    opacity: 0.88 !important;

    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}


/* =========================================================
   5. COMPACT SAILING DATE CONTENT
   ========================================================= */

body.results-page
filter-content-component[data-ody-id="FilterPanelSailingDates"]
label {

    margin: 0 !important;

    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;

    font-size: 12px !important;
    line-height: 18px !important;
}


body.results-page
filter-content-component[data-ody-id="FilterPanelSailingDates"]
input[type="checkbox"] {

    margin-right: 4px !important;
}


body.results-page
filter-content-component[data-ody-id="FilterPanelSailingDates"]
.row {

    margin-top: 2px !important;
    margin-bottom: 2px !important;
}


/* =========================================================
   JUST CRUISES — CATEGORY PAGE TEST
   COMPACT BOOKING LAYOUT
   ========================================================= */

/* Category page text branding */
body:not(.results-page) {
    --jc-navy: #00234B;
}

/* Compact progress steps */
body:not(.results-page) .progress,
body:not(.results-page) .booking-progress,
body:not(.results-page) [class*="step"] {
    font-size: 14px !important;
}

/* Compact guest information area */
body:not(.results-page) .guest-information,
body:not(.results-page) [data-ody-id*="Guest"] {
    line-height: 1.2 !important;
}

/* JC navy headings */
body:not(.results-page) h1,
body:not(.results-page) h2,
body:not(.results-page) h3 {
    color: #00234B !important;
}

/* Reduce excessive whitespace */
body:not(.results-page) .card,
body:not(.results-page) .panel {
    margin-bottom: 10px !important;
}


/* =========================================================
   JC CATEGORY PAGE — COMPACT GUEST INFORMATION
   TARGET: body.page_cruise_category ONLY
   ========================================================= */

body.page_cruise_category .guestInfoCategory {
    margin: 0 !important;
    padding: 12px 16px !important;
}

body.page_cruise_category .guestInfoCategory > hr {
    margin: 0 0 10px 0 !important;
}

body.page_cruise_category .guestInfoCategory h5.text-primary.flex-grow-1 {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
}

body.page_cruise_category .Guest-info-inner {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page_cruise_category .Guest-info-inner > .form-row {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page_cruise_category .Guest-info-inner > .form-row:first-child {
    flex: 0 1 auto !important;
}

body.page_cruise_category .Guest-info-inner > .form-row:nth-child(2) {
    flex: 1 1 260px !important;
}

body.page_cruise_category .guestNumbers,
body.page_cruise_category #CGA_1,
body.page_cruise_category #CGA_2,
body.page_cruise_category #CGA_3,
body.page_cruise_category #CGA_4,
body.page_cruise_category .guestAgeSelection {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page_cruise_category .guestInfoCategory label {
    margin: 0 0 4px 0 !important;
    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
    font-size: 13px !important;
    line-height: 16px !important;
}

body.page_cruise_category .guestInfoCategory input,
body.page_cruise_category .guestInfoCategory select {
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
}

body.page_cruise_category .guestNumbers select {
    min-width: 76px !important;
}

body.page_cruise_category #CGA_1 input,
body.page_cruise_category #CGA_2 input,
body.page_cruise_category #CGA_3 input,
body.page_cruise_category #CGA_4 input {
    width: 78px !important;
}

body.page_cruise_category .guestAgeSelection {
    min-width: 260px !important;
}

body.page_cruise_category .guestAgeSelection input {
    width: 100% !important;
    min-width: 260px !important;
}

body.page_cruise_category .guestAgeButtons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

body.page_cruise_category .guestAgeButtons .btn,
body.page_cruise_category .guestAgeButtons button {
    min-height: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 7px 14px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    border-radius: 4px !important;
}

body.page_cruise_category .guestInfoCategory > hr:last-child {
    margin: 10px 0 0 0 !important;
}

@media (min-width: 992px) {
    body.page_cruise_category .guestInfoCategory {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        column-gap: 18px !important;
        align-items: end !important;
    }

    body.page_cruise_category .guestInfoCategory > hr:first-child,
    body.page_cruise_category .guestInfoCategory > h5,
    body.page_cruise_category .guestInfoCategory > hr:last-child {
        grid-column: 1 / -1 !important;
    }

    body.page_cruise_category .Guest-info-inner {
        grid-column: 1 !important;
    }

    body.page_cruise_category .guestAgeButtons {
        grid-column: 2 !important;
        margin: 0 !important;
        align-self: end !important;
    }
}

@media (max-width: 991px) {
    body.page_cruise_category .guestInfoCategory {
        padding: 10px 12px !important;
    }

    body.page_cruise_category .Guest-info-inner,
    body.page_cruise_category .Guest-info-inner > .form-row {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    body.page_cruise_category .guestAgeSelection,
    body.page_cruise_category .guestAgeSelection input {
        min-width: 220px !important;
        width: 100% !important;
    }

    body.page_cruise_category .guestAgeButtons {
        justify-content: flex-start !important;
    }
}


/* =========================================================
   JC CATEGORY PAGE — LEFT CRUISE SUMMARY PANEL
   COMPACT + PALE BACKGROUND
   ========================================================= */

@media (min-width: 992px) {

    body.page_cruise_category #packageDetails {
        background: #F2F7FB !important;
        border: 1px solid #D9E4EC !important;
        border-radius: 6px !important;
        padding: 10px !important;
        box-sizing: border-box !important;
    }

    body.page_cruise_category #CruiseBookingDetails {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.page_cruise_category #CruiseNavigationTabsInfo {
        margin: 0 0 8px 0 !important;
        padding: 0 !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    body.page_cruise_category #CruiseNavigationTabsInfo img.embed-responsive-item {
        width: 100% !important;
        height: auto !important;
        max-height: 170px !important;
        object-fit: cover !important;
        display: block !important;
    }

    body.page_cruise_category [data-ody-id="DestinationText"] {
        margin: 0 0 8px 0 !important;
        padding: 6px 8px !important;
        background: #E8F1F7 !important;
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    body.page_cruise_category
    [data-ody-id="CruiseGeneralDetailsWrapperWithlogo"] {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.page_cruise_category
    [data-ody-id="CruiseGeneralDetailsWrapper"] {
        margin: 0 !important;
        padding: 0 !important;
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
    }

    body.page_cruise_category
    [data-ody-id="CruiseGeneralDetailsWrapper"] > div {
        margin-bottom: 5px !important;
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    body.page_cruise_category
    [data-ody-id="CruiseGeneralDetailsWrapper"] i,
    body.page_cruise_category
    [data-ody-id="CruiseGeneralDetailsWrapper"] span,
    body.page_cruise_category
    [data-ody-id="CruiseGeneralDetailsWrapper"] a {
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
    }

    body.page_cruise_category
    [data-ody-id="CruiseGeneralDetailsWrapper"] img {
        max-height: 28px !important;
        width: auto !important;
    }

    body.page_cruise_category
    [data-ody-id="DepartureArrivalPortText"],
    body.page_cruise_category
    [data-ody-id="DepartureArrivalDate"],
    body.page_cruise_category
    [data-ody-id="GuestText"] {
        margin-bottom: 5px !important;
    }

    body.page_cruise_category h6.itinerary-accordion-header {
        margin: 8px 0 0 0 !important;
        padding: 7px 8px !important;
        min-height: 32px !important;
        background: #E8F1F7 !important;
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
        font-size: 13px !important;
        line-height: 18px !important;
        font-weight: 600 !important;
    }

    body.page_cruise_category #toggleItinerary {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.page_cruise_category .section-itinerary-wrapper {
        margin: 0 !important;
        padding: 8px !important;
        background: #F8FBFD !important;
        border-color: #D9E4EC !important;
    }

    body.page_cruise_category .itinerary-map-img {
        display: block !important;
        width: 100% !important;
        max-width: 235px !important;
        height: auto !important;
        margin: 0 auto 8px auto !important;
    }

    body.page_cruise_category .section-itinerary-wrapper .p-2 {
        padding: 4px 0 !important;
        margin: 0 !important;
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
        font-size: 11px !important;
        line-height: 15px !important;
    }

    body.page_cruise_category .itinerary-details {
        margin: 4px 0 0 0 !important;
        padding-left: 18px !important;
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
        font-size: 11px !important;
        line-height: 15px !important;
    }

    body.page_cruise_category .itinerary-details li {
        margin-bottom: 3px !important;
        padding: 0 !important;
    }

    body.page_cruise_category #packageDetails hr {
        margin: 8px 0 !important;
        border-color: #D9E4EC !important;
    }
}

/* Tablet/mobile: preserve natural ODS flow */
@media (max-width: 991px) {
    body.page_cruise_category #packageDetails {
        background: #F2F7FB !important;
        border: 1px solid #D9E4EC !important;
        border-radius: 6px !important;
        padding: 8px !important;
    }

    body.page_cruise_category [data-ody-id="DestinationText"] {
        background: #E8F1F7 !important;
        color: #00234B !important;
        -webkit-text-fill-color: #00234B !important;
    }
}


/* =========================================================
   JC CATEGORY PAGE — COMPACT CRUISE TITLE BLOCK
   ========================================================= */

body.page_cruise_category #CategoryHeader {
    margin: 8px 0 10px 0 !important;
    padding: 10px 14px !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
}

body.page_cruise_category #CategoryHeader h1,
body.page_cruise_category #CategoryHeader h2,
body.page_cruise_category #CategoryHeader h3,
body.page_cruise_category #CategoryHeader .page-title,
body.page_cruise_category #CategoryHeader [class*="title"] {
    margin: 0 !important;
    padding: 0 !important;
    color: #00234B !important;
    -webkit-text-fill-color: #00234B !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
}

body.page_cruise_category #CategoryHeader a,
body.page_cruise_category #CategoryHeader .text-primary {
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

body.page_cruise_category #CategoryHeader > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    body.page_cruise_category #CategoryHeader {
        padding: 8px 10px !important;
    }

    body.page_cruise_category #CategoryHeader h1,
    body.page_cruise_category #CategoryHeader h2,
    body.page_cruise_category #CategoryHeader h3,
    body.page_cruise_category #CategoryHeader .page-title,
    body.page_cruise_category #CategoryHeader [class*="title"] {
        font-size: 18px !important;
        line-height: 23px !important;
    }
}


/* =========================================================
   JC CATEGORY PAGE — COMPACT BOOKING CONTROLS BATCH
   style12
   ========================================================= */

@media (min-width: 992px) {

    /* Main guest-information area */
    body.page_cruise_category .guestInfoCategory {
        padding-top: 8px !important;
        padding-bottom: 6px !important;
        margin-bottom: 0 !important;
    }

    body.page_cruise_category .guestInfoCategory > hr,
    body.page_cruise_category .Guest-info-inner > hr {
        margin: 6px 0 !important;
    }

    body.page_cruise_category .Guest-info-inner {
        position: relative !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        min-height: 0 !important;
    }

    body.page_cruise_category .Guest-info-inner h5 {
        margin: 0 0 5px 0 !important;
        padding: 0 !important;
        font-size: 18px !important;
        line-height: 22px !important;
    }

    body.page_cruise_category .Guest-info-inner .form-row {
        margin-top: 0 !important;
        margin-bottom: 2px !important;
    }

    body.page_cruise_category .Guest-info-inner .form-group {
        margin-bottom: 5px !important;
    }

    body.page_cruise_category .Guest-info-inner label {
        margin-bottom: 2px !important;
        line-height: 18px !important;
    }

    body.page_cruise_category .Guest-info-inner .form-control {
        min-height: 38px !important;
        height: 38px !important;
    }

    /* Pull refresh action into the guest-control area */
    body.page_cruise_category .guestAgeButtons {
        position: absolute !important;
        right: 18px !important;
        top: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        min-height: 0 !important;
    }

    body.page_cruise_category .guestAgeButtons .btn {
        margin: 0 !important;
        padding: 9px 14px !important;
        min-height: 38px !important;
        line-height: 20px !important;
        white-space: nowrap !important;
    }

    /* Quote section: reduce wasted vertical space */
    body.page_cruise_category .non-sticky-page-request-quote-section {
        margin: 4px 0 6px 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
    }

    body.page_cruise_category .non-sticky-page-request-quote-section .btn {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    /* Availability disclaimer */
    body.page_cruise_category #TopCruisePricingNote,
    body.page_cruise_category [data-ody-id="DisclaimerTopCruisePricingNote"],
    body.page_cruise_category .cruise-pricing-note {
        margin: 5px 0 6px 0 !important;
        padding: 8px 12px !important;
        min-height: 0 !important;
        line-height: 18px !important;
        font-size: 13px !important;
    }

    /* Cabin category selector strip */
    body.page_cruise_category .category-markup {
        margin-top: 5px !important;
        margin-bottom: 6px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    body.page_cruise_category .category-markup .card,
    body.page_cruise_category .category-markup [class*="category"] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    body.page_cruise_category .category-markup img {
        max-height: 115px !important;
        object-fit: cover !important;
    }

    /* Left cruise summary: tighter spacing only */
    body.page_cruise_category #packageDetails {
        margin-bottom: 4px !important;
    }

    body.page_cruise_category #packageDetails .img-caption {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        line-height: 17px !important;
    }

    body.page_cruise_category #packageDetails .cruise-details.general-details [class*="mb-2"] {
        margin-bottom: 4px !important;
    }

    body.page_cruise_category #packageDetails .cruise-details.general-details {
        line-height: 19px !important;
    }

    body.page_cruise_category .itinerary-accordion-header {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}


/* =========================================================
   JC CATEGORY PAGE — SAFE EXTRA COMPACTION
   style15
   NO QUOTE-BUTTON REPOSITIONING
   ========================================================= */

@media (min-width: 992px) {

    body.page_cruise_category .Guest-info-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    body.page_cruise_category .Guest-info-inner h5 {
        margin-bottom: 3px !important;
        line-height: 20px !important;
    }

    body.page_cruise_category .guestInfoCategory {
        padding-top: 5px !important;
        padding-bottom: 3px !important;
    }

    body.page_cruise_category .guestAgeButtons {
        right: 18px !important;
        top: 40px !important;
        z-index: 2 !important;
    }

    body.page_cruise_category .guestAgeButtons .btn {
        padding: 8px 13px !important;
        min-height: 36px !important;
    }

    body.page_cruise_category #TopCruisePricingNote,
    body.page_cruise_category [data-ody-id="DisclaimerTopCruisePricingNote"],
    body.page_cruise_category .cruise-pricing-note {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
        padding: 5px 10px !important;
        min-height: 0 !important;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    body.page_cruise_category .category-markup {
        padding: 0 !important;
        margin-bottom: 4px !important;
    }

    body.page_cruise_category .category-markup img {
        max-height: 105px !important;
    }

    body.page_cruise_category .category-markup .card-body,
    body.page_cruise_category .category-markup [class*="card-body"] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}
/* =========================================================
   JC CATEGORY PAGE - LEFT CRUISE DETAILS BACKGROUND
   ========================================================= */

body.page_cruise_category .cruiseInfo,
body.page_cruise_category .cruise-info,
body.page_cruise_category .cruiseDetails,
body.page_cruise_category .cruise-details {
    background-color: #e6f2fb !important;
}
/* =========================================================
   JC CATEGORY PAGE — LEFT CRUISE DETAILS BLUE PANEL
   ========================================================= */

body.page_cruise_category #packageDetails {
    background: #E6F2FB !important;
    border: 1px solid #C9DFEE !important;
    border-radius: 6px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

/* Keep the contents sitting cleanly inside the blue panel */
body.page_cruise_category #packageDetails #CruiseBookingDetails,
body.page_cruise_category #packageDetails .cruise-details,
body.page_cruise_category #packageDetails .general-details {
    background: transparent !important;
}

/* Slightly stronger blue for the itinerary heading */
body.page_cruise_category #packageDetails .itinerary-accordion-header {
    background: #D9EBF7 !important;
    color: #00234B !important;
}

/* Soft blue behind the itinerary/map area */
body.page_cruise_category #packageDetails .section-itinerary-wrapper {
    background: #F2F8FC !important;
}
/* =========================================================
   JC CATEGORY PAGE — TIDY LEFT ITINERARY TEXT
   ========================================================= */

body.page_cruise_category #packageDetails .section-itinerary-wrapper {
    font-size: 14px !important;
    line-height: 1.25 !important;
}

/* Day number + port name */
body.page_cruise_category #packageDetails .section-itinerary-wrapper strong,
body.page_cruise_category #packageDetails .section-itinerary-wrapper b {
    font-size: 14px !important;
    line-height: 1.25 !important;
}

/* Date / arrival / departure details */
body.page_cruise_category #packageDetails .section-itinerary-wrapper span,
body.page_cruise_category #packageDetails .section-itinerary-wrapper div,
body.page_cruise_category #packageDetails .section-itinerary-wrapper p {
    line-height: 1.25 !important;
}
/* JC — HIDE REPEATED "INCLUDES TAXES AND FEES" IN FARE/PRICE ROWS */
body.page_cruise_category .priceTax,
body.page_cruise_category .taxesFees,
body.page_cruise_category [class*="tax"][class*="fee"] {
    display: none !important;
}
/* JC — HIDE "INCLUDES TAXES AND FEES" */
body.page_cruise_category .cruise-tax-inclusive {
    display: none !important;
}
/* =========================================================
   JC — COMPACT TOP CABIN CATEGORY TILES
   Reduce vertical whitespace only
   ========================================================= */

body.page_cruise_category .tabCatAirIncl {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.page_cruise_category .tabCatAirIncl img {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
}

body.page_cruise_category .tabCatAirIncl .text-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.15 !important;
}

body.page_cruise_category .tabCatAirIncl strong {
    margin-top: 0 !important;
    margin-bottom: 1px !important;
    line-height: 1.15 !important;
}

body.page_cruise_category .tabCatAirIncl [data-ody-id="CategoryFromPriceWrapper"] {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    line-height: 1.15 !important;
}
/* =========================================================
   JC CATEGORY PAGE — HARD COMPACT GUEST / ACTION AREA
   ========================================================= */

body.page_cruise_category .guestInfoCategory {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

body.page_cruise_category .guestInfoCategory > h5 {
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    line-height: 20px !important;
}

body.page_cruise_category .Guest-info-inner {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

body.page_cruise_category .Guest-info-inner .form-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.page_cruise_category .Guest-info-inner .form-group {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}

body.page_cruise_category .Guest-info-inner label {
    margin-bottom: 2px !important;
}

body.page_cruise_category .Guest-info-inner .form-control {
    height: 36px !important;
    min-height: 36px !important;
}

body.page_cruise_category .guestAgeButtons {
    top: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page_cruise_category .guestAgeButtons .btn {
    min-height: 36px !important;
    padding: 7px 13px !important;
}

body.page_cruise_category .guestInfoCategory > hr {
    margin: 4px 0 !important;
}

/* Pull quote row upward and remove wasted space */
body.page_cruise_category .non-sticky-page-request-quote-section {
    margin-top: -4px !important;
    margin-bottom: 3px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
}

body.page_cruise_category .non-sticky-page-request-quote-section .d-flex {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

body.page_cruise_category .non-sticky-page-request-quote-section .btn {
    margin: 0 !important;
    padding: 7px 13px !important;
}

/* Pull disclaimer/cabin tiles upward */
body.page_cruise_category #TopCruisePricingNote {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding: 5px 10px !important;
    min-height: 0 !important;
}
/* =========================================================
   JC CATEGORY PAGE — EXTRA HARD COMPACT
   ========================================================= */

body.page_cruise_category .guestInfoCategory {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.page_cruise_category .guestInfoCategory > h5 {
    margin-bottom: 1px !important;
    line-height: 18px !important;
}

body.page_cruise_category .Guest-info-inner .form-group {
    margin-bottom: 0 !important;
}

body.page_cruise_category .Guest-info-inner label {
    margin-bottom: 0 !important;
    line-height: 16px !important;
}

body.page_cruise_category .Guest-info-inner .form-control {
    height: 32px !important;
    min-height: 32px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

body.page_cruise_category .guestAgeButtons {
    top: 28px !important;
}

body.page_cruise_category .guestAgeButtons .btn {
    min-height: 32px !important;
    padding: 5px 12px !important;
}

body.page_cruise_category .guestInfoCategory > hr {
    margin: 2px 0 !important;
}

body.page_cruise_category .non-sticky-page-request-quote-section {
    margin-top: -8px !important;
    margin-bottom: 0 !important;
}

body.page_cruise_category .non-sticky-page-request-quote-section .btn {
    padding: 5px 12px !important;
}

body.page_cruise_category #TopCruisePricingNote {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 3px 8px !important;
    line-height: 15px !important;
}

body.page_cruise_category .tabCatAirIncl {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
/* =========================================================
   JC CATEGORY PAGE — MATCH ACTION BUTTONS
   ========================================================= */

/* Both buttons — same dimensions and typography */
body.page_cruise_category .guestAgeButtons .btn,
body.page_cruise_category .non-sticky-page-request-quote-section .btn {
    width: 200px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* REFRESH LIVE PRICES — JC NAVY */
body.page_cruise_category .guestAgeButtons .btn {
    background: #00234B !important;
    border-color: #00234B !important;
    color: #FFFFFF !important;
}

/* EMAIL ME A QUOTE — JC ORANGE */
body.page_cruise_category .non-sticky-page-request-quote-section .btn {
    background: #E87516 !important;
    border-color: #E87516 !important;
    color: #FFFFFF !important;
}
/* =========================================================
   JC CATEGORY PAGE — ALIGN ACTION BUTTONS
   ========================================================= */

body.page_cruise_category .guestAgeButtons {
    position: relative !important;
}

/* REFRESH LIVE PRICES */
body.page_cruise_category .guestAgeButtons .btn {
    width: 200px !important;
    height: 42px !important;
}

/* EMAIL ME A QUOTE — bring alongside Refresh */
body.page_cruise_category .non-sticky-page-request-quote-section {
    position: absolute !important;
    top: 0 !important;
    right: 210px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page_cruise_category .non-sticky-page-request-quote-section .btn {
    width: 200px !important;
    height: 42px !important;
    margin: 0 !important;
}
/* =========================================================
   JC CATEGORY PAGE — FIX ACTION BUTTONS
   FINAL CLEAN ALIGNMENT
   ========================================================= */

/* REFRESH — restore absolute position on top row */
body.page_cruise_category .guestAgeButtons {
    position: absolute !important;
    right: 18px !important;
    top: 28px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 5 !important;
}

body.page_cruise_category .guestAgeButtons .btn {
    width: 200px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    line-height: 42px !important;
    background: #00234B !important;
    border-color: #00234B !important;
    color: #FFFFFF !important;
}


/* EMAIL — back into normal flow, aligned directly below */
body.page_cruise_category .non-sticky-page-request-quote-section {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;

    display: flex !important;
    justify-content: flex-end !important;

    margin: 4px 0 4px 0 !important;
    padding: 0 !important;

    width: 100% !important;
}

body.page_cruise_category .non-sticky-page-request-quote-section .btn {
    width: 200px !important;
    height: 42px !important;
    min-height: 42px !important;

    margin: 0 !important;
    padding: 0 12px !important;

    line-height: 42px !important;

    background: #E87516 !important;
    border-color: #E87516 !important;
    color: #FFFFFF !important;
}
/* JC CATEGORY PAGE — COMPACT CABIN PHOTO */

body.page_cruise_category .category-description img {
    width: 200px !important;
    max-width: 200px !important;
    height: auto !important;
}
/* =========================================================
   JC CATEGORY PAGE – COMPACT CABIN DETAIL IMAGE
   ========================================================= */

.category-cabin-details-img img {
    width: 200px !important;
    height: auto !important;
    max-width: 200px !important;
}

.category-cabin-details-img {
    width: 200px !important;
    max-width: 200px !important;
    flex: 0 0 200px !important;
}
/* =========================================================
   JC CATEGORY PAGE – COMPACT CABIN DESCRIPTION
   KEEP FIRST LINE (STATEROOM SIZE) + DECKS
   ========================================================= */

.categoryCabinDescription .ic-description {
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.categoryCabinDescription .ic-description::first-line {
    font-size: 16px !important;
    line-height: 22px !important;
}
/* =========================================================
   JC - COMPACT FARE / PRICE ROWS
   ========================================================= */

/* Compact each fare cell */
.category-price-table-cell {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 0 !important;
}

/* Tighten text inside fare cells */
.category-price-table-cell p,
.category-price-table-cell div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.15 !important;
}

/* Compact CONTINUE button */
.category-price-table-cell .btn {
    min-width: 120px !important;
    padding: 8px 18px !important;
    margin: 2px 0 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}
/* =========================================================
   JC CATEGORY PAGE — COMPACT STATEROOM DETAIL BOX
   ========================================================= */

.categoryview-container .card-body {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
}

.category-cabin-details {
    margin-bottom: 4px !important;
}

.categoryCabinDescription {
    margin-bottom: 0 !important;
}

.cabin-category-title-description {
    margin-bottom: 0 !important;
}

.cabin-category-title-description p {
    margin-bottom: 6px !important;
}

.category-price-table {
    margin-top: 0 !important;
}