/**
 * Full-Width Single Property Template
 *
 * Enqueued only when a property uses the "Property Full Width" custom template
 * (templates/property-full-width-layout.php). See functions.php.
 *
 * Figma: https://www.figma.com/design/lqNaL8KULjsfWhQhCZEcxk
 */


/* Breadcrumbs removed per design. */

/* ---------------------------------------------------------------------------
 * 1. Base layout
 *    (moved out of inline <style> in assets/ultra/partials/property/single-fullwidth.php)
 * ------------------------------------------------------------------------- */
.main-property-sec {
    padding: 60px 15px 64px 15px;
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    margin: auto;
    box-sizing: border-box;
}

a.enquiry_btn:hover {
    color: white;
    background: #2D3D21 !important;
    border:none;
}

a.enquiry_btn {
    border: none;
}

.main-property-sec .left-col {
    width: 100%;
    max-width: 68%;
}

.main-property-sec .right-col {
    width: 100%;
    max-width: 30%;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.main-property-sec .title-div,
.main-property-sec .top-contentWrapper {
    width: 100%;
}

/* BG lines */
.single-property rh_wrap.rh_wrap_stick_footer {
    background-image: url(/wp-content/uploads/2026/06/Abstract-golden-wave-lines-scaled.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}
 
@media (max-width: 991px) {
    .main-property-sec {
        flex-direction: column;
        padding: 40px 15px;
    }
    .main-property-sec .left-col,
    .main-property-sec .right-col {
        max-width: 100%;
    }
    .main-property-sec .right-col {
        position: relative;
        top: 0;
    }
}


/* ---------------------------------------------------------------------------
 * 2. Property Details + Building Information box (Figma spec)
 *    White card, sections stacked vertically (Property Details on top, Building
 *    Information below), 3-column item grid inside each section, navy property
 *    icons. Markup lives in slider-full.php under `.rh-properties-card-meta-ultra`.
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .rh-properties-card-meta-ultra {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0 0 18px;
}

.rh-ultra-property-full-width .rh-properties-card-meta-ultra .meta-section-title {
    font-family: 'Sora', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
    color: #252525 !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

.rh-properties-card-meta-ultra .meta-column {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    border: none;
}

/* Both columns now stack vertically — no left/right split, no vertical divider. */
.rh-properties-card-meta-ultra .meta-column.left-column,
.rh-properties-card-meta-ultra .meta-column.right-column {
    flex: 1 1 auto;
    padding: 0;
    border: none;
}

/* Neutralize any inline ::before center-divider from slider-full.php. */
.rh-ultra-property-full-width .rh-properties-card-meta-ultra::before {
    background-color: transparent !important;
}

/* Inner grid: 3 cards per row (was 2-col split into sub-columns). */
.rh-properties-card-meta-ultra .meta-inner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: 16px;
}

/* Flatten the meta-sub-columns so all items become direct grid items. */
.rh-properties-card-meta-ultra .meta-sub-column {
    display: contents;
}

/* No more inner divider — sub-columns flattened. */
.rh-ultra-property-full-width .rh-properties-card-meta-ultra .meta-inner-grid .meta-sub-column:first-child {
    padding-right: 0;
    border-right: none;
}

/* Each item is its own light-gray rounded card (Figma reference). */
.rh-properties-card-meta-ultra .rh-ultra-prop-card-meta {
    margin: 0;
    padding: 18px 22px;
    border: none;
    border-radius: 14px;
    background: #F6F6FA;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rh-properties-card-meta-ultra .rh-ultra-meta-icon-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

/* Per-item navy property icons (the original <img> svgs, recolored). */
.rh-properties-card-meta-ultra .rh-ultra-meta-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
}

.rh-properties-card-meta-ultra .rh-ultra-meta-icon img,
.rh-properties-card-meta-ultra .rh-ultra-meta-icon svg {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    object-fit: contain;
    /* Source svgs are blue (#1988FF) — recolor to near-black to match the design. */
    filter: brightness(0) saturate(100%);
}

/* Combine value + label inline ("100 sqm Indoor", "Year Built", etc). */
.rh-properties-card-meta-ultra .rh-ultra-meta-box {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #2A2A33;
}

.rh-properties-card-meta-ultra .rh-ultra-meta-box h3,
.rh-properties-card-meta-ultra .rh-ultra-meta-box h5 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: none;
}

.rh-properties-card-meta-ultra .rh-ultra-meta-box h5 {
    font-weight: 400;
    color: #2A2A33;
}

@media (max-width: 991px) {
    .rh-properties-card-meta-ultra {
        padding: 0;
        gap: 16px;
    }
    .rh-properties-card-meta-ultra .meta-inner-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
    }
    .rh-properties-card-meta-ultra .rh-ultra-prop-card-meta {
        padding: 16px 18px;
    }
}

@media (max-width: 480px) {
    .rh-properties-card-meta-ultra .meta-inner-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------------------------------------------------------------------------
 * 3. Gallery: Figma layout — main image on LEFT, 3 thumbs stacked on RIGHT.
 *    Rendered full-width above .main-property-sec (gallery-banner.php).
 *    Overlay: bottom-left "All Photos / 3D Tour / Floor Plan" pills + top-right
 *    "Compare" CTA. Overrides main.css defaults.
 * ------------------------------------------------------------------------- */

/* Full-width banner wrapper — matches .main-property-sec max-width so the
   gallery aligns with the rest of the content but spans both columns. */
.rh-ultra-property-full-width .rh-fw-gallery-banner {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 12px auto 0;
    padding: 0 15px;
    box-sizing: border-box;
    padding:0px 20px !important;
}

/* When the gallery banner sits directly above the 2-col main section, tighten
   the main-property-sec top padding so Property Details / Building Information
   land within the first viewport on load. */
.rh-ultra-property-full-width .rh-fw-gallery-banner + .main-property-sec {
    padding-top: 14px;
}

@media (max-width: 991px) {
    .rh-ultra-property-full-width .rh-fw-gallery-banner {
        margin-top: 16px;
        padding: 0 12px;
    }
}

.rh-ultra-property-full-width .banner_flex_wrapper {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    margin-bottom: 14px !important;
    max-height: 430px;
}

.rh-ultra-property-full-width .left_gallery_box {
    flex: 1 1 auto;
    min-width: 0;
}

.rh-ultra-property-full-width .right_gallery_box {
    flex: 0 0 24%;
    max-width: 330px;
    display: block !important;
}

.rh-ultra-property-full-width .left_gallery_box .figure_box {
    position: relative;
    height: 410px;
    max-height: 410px;
    aspect-ratio: auto;
    border-radius: 16px;
    overflow: hidden;
}

.rh-ultra-property-full-width .left_gallery_box .figure_box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 3 equal rows that always total the hero height (410px), gaps included. */
.rh-ultra-property-full-width .image_grid_box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(3, 1fr) !important;
    gap: 16px;
    height: 410px;
    max-height: 410px;
}

.rh-ultra-property-full-width .right_gallery_box .figure_box {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 16px;
    overflow: hidden;
}

.rh-ultra-property-full-width .right_gallery_box .figure_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hide the old "X Photos" count badge — replaced by the All Photos pill. */
.rh-ultra-property-full-width .total--count--image {
    display: none !important;
}

/* Hide Street View pill (kept in DOM for back-compat, not in Figma). */
.rh-ultra-property-full-width .popup_button .rh-fw-pill--hidden {
    display: none !important;
}

/* --- Tablet & below: hero stacks above a 3-across thumbnail row. ---
   Desktop locks fixed heights (504px hero, 510px wrapper cap, 330px right
   column) — every one of those must be released here or the stacked layout
   gets clamped/compressed. */
@media (max-width: 991px) {
    .rh-ultra-property-full-width .banner_flex_wrapper {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 12px;
        max-height: none;
        margin-bottom: 20px;
    }
    .rh-ultra-property-full-width .left_gallery_box,
    .rh-ultra-property-full-width .right_gallery_box {
        width: 100% !important;
        flex: 0 0 auto;
        max-width: none;
        min-width: 0;
    }
    .rh-ultra-property-full-width .left_gallery_box .figure_box {
        height: auto;
        max-height: none;
        aspect-ratio: 932 / 509;
        min-height: 0;
        border-radius: 12px;
    }
    .rh-ultra-property-full-width .image_grid_box {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: auto !important;
        gap: 12px;
        height: auto;
        max-height: none;
    }
    .rh-ultra-property-full-width .right_gallery_box .figure_box {
        height: auto;
        aspect-ratio: 302 / 154;
        border-radius: 12px;
    }
}

/* --- Phones: taller hero crop so it stays legible, thumbs stay tappable. --- */
@media (max-width: 767px) {
    .rh-ultra-property-full-width .banner_flex_wrapper {
        gap: 10px;
    }
    .rh-ultra-property-full-width .left_gallery_box .figure_box {
        aspect-ratio: 4 / 3;
        border-radius: 10px;
    }
    .rh-ultra-property-full-width .image_grid_box {
        gap: 10px;
    }
    .rh-ultra-property-full-width .right_gallery_box .figure_box {
        aspect-ratio: 3 / 2;
        border-radius: 10px;
    }
}

/* --- Small phones: 2 thumbs side by side, 3rd hidden. --- */
@media (max-width: 480px) {
    .rh-ultra-property-full-width .image_grid_box {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* Bottom-left pill group on the hero image: dark translucent pills, white text. */
.rh-ultra-property-full-width .left_gallery_box .popup_button {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    grid-template-columns: none;
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
    width: auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    z-index: 3;
    flex-wrap: wrap;
}

.rh-ultra-property-full-width .left_gallery_box .popup_button .button_box {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    padding: 10px 20px;
    background: rgba(28, 28, 30, 0.55);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.12);
    transition: background 0.18s ease, transform 0.18s ease;
}

.rh-ultra-property-full-width .left_gallery_box .popup_button .button_box:hover {
    background: rgba(28, 28, 30, 0.75);
    transform: translateY(-1px);
}

.rh-ultra-property-full-width .left_gallery_box .popup_button .button_box span.buttonicon {
    background: transparent !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    padding: 0;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.rh-ultra-property-full-width .left_gallery_box .popup_button .button_box span.buttonicon img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    /* Recolor the svg <img> icons (3D Tour / Floor Plan) to white. */
    filter: brightness(0) invert(1);
}

.rh-ultra-property-full-width .left_gallery_box .popup_button .button_box span.buttontext {
    color: #FFFFFF !important;
    font-family: 'Geist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    white-space: nowrap;
    min-width: unset;
    margin-left: 0px !important;
    padding-left: 0px;
}

/* Top-right action cluster on the hero image: share + favorite white circles
   and the functional navy "Compare" button (action-buttons.php markup, moved
   inside .left_gallery_box .figure_box). Overrides main.css / child-custom.css. */
.rh-ultra-property-full-width .left_gallery_box .figure_box {
    position: relative;
}

.rh-ultra-property-full-width .left_gallery_box .figure_box .rh-fw-hero-actions {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    z-index: 4;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
}

.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-property-thumb-container {
    justify-content: flex-end;
}

/* Kill the white pill background main.css paints behind the whole button row. */
.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-action-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Design order: share circle, favorite circle, Compare button. */
.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper {
    order: 0;
}

.rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap {
    order: 1;
}

.rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span {
    order: 2;
}

/* Print isn't part of the Figma design. */
.rh-ultra-property-full-width .rh-fw-hero-actions .print {
    display: none !important;
}

/* Share + favorite: 44px white circles with navy icons. */
.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper,
.rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.16);
    transition: transform 0.18s ease;
}

.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper:hover,
.rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap:hover {
    transform: translateY(-1px);
}

.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper a,
.rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0C1843;
}

.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper a svg,
.rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap a svg {
    width: 24px;
    height: 24px;
}

.rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap a svg .rh-ultra-dark,
.rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper a svg .rh-ultra-dark {
    fill: #0C1843;
}

/* Compare: navy filled button, white label (text via child-custom.css ::after). */
.rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .rh_trigger_compare,
.rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .add-to-compare {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-height: 44px !important;
    padding: 0 22px;
    background: #0C1843 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 12px !important;
    font-family: 'Geist', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(12, 24, 67, 0.22);
    transition: background 0.18s ease, transform 0.18s ease;
}

.rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .rh_trigger_compare:hover,
.rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .add-to-compare:hover {
    background: #16235A !important;
    transform: translateY(-1px);
}

/* Hide the share dropdown positioning quirk inherited from banner_flex_wrapper. */
.rh-ultra-property-full-width .rh-fw-hero-actions .share-this {
    top: 100%;
    right: 0;
}

/* Mobile: shrink pills + action cluster below 768px */
@media (max-width: 767px) {
    .rh-ultra-property-full-width .left_gallery_box .popup_button {
        left: 10px;
        bottom: 10px;
        gap: 6px;
    }
    .rh-ultra-property-full-width .left_gallery_box .popup_button .button_box {
        height: 32px;
        padding: 6px 10px;
        gap: 6px;
        border-radius: 8px;
    }
    .rh-ultra-property-full-width .left_gallery_box .popup_button .button_box span.buttonicon,
    .rh-ultra-property-full-width .left_gallery_box .popup_button .button_box span.buttonicon img {
        width: 14px !important;
        height: 14px !important;
        flex: 0 0 14px;
    }
    .rh-ultra-property-full-width .left_gallery_box .popup_button .button_box span.buttontext {
        font-size: 12px !important;
    }
    .rh-ultra-property-full-width .left_gallery_box .figure_box .rh-fw-hero-actions {
        top: 10px;
        right: 10px;
    }
    .rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-action-buttons {
        gap: 8px;
    }
    .rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper,
    .rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap {
        width: 34px !important;
        height: 34px !important;
    }
    .rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper a svg,
    .rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap a svg {
        /*width: 15px;*/
        /*height: 15px;*/
    }
    .rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .rh_trigger_compare,
    .rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .add-to-compare {
        height: 34px;
        min-height: 34px !important;
        padding: 0 14px;
        font-size: 13px;
        border-radius: 9px !important;
    }
}

/* Very small phones: keep the overlays inside the hero — pills may wrap to a
   second line, action cluster tightens further. */
@media (max-width: 420px) {
    .rh-ultra-property-full-width .left_gallery_box .popup_button {
        right: 10px;
        flex-wrap: wrap;
        gap: 5px;
    }
    .rh-ultra-property-full-width .left_gallery_box .popup_button .button_box {
        height: 28px;
        padding: 5px 8px;
        gap: 5px;
    }
    .rh-ultra-property-full-width .left_gallery_box .popup_button .button_box span.buttontext {
        font-size: 11px !important;
    }
    .rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-action-buttons {
        gap: 6px;
    }
    .rh-ultra-property-full-width .rh-fw-hero-actions .rh-ultra-share-wrapper,
    .rh-ultra-property-full-width .rh-fw-hero-actions .favorite-btn-wrap {
        width: 30px !important;
        height: 30px !important;
    }
    .rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .rh_trigger_compare,
    .rh-ultra-property-full-width .rh-fw-hero-actions .add-to-compare-span .add-to-compare {
        height: 30px;
        min-height: 30px !important;
        padding: 0 10px;
        font-size: 12px;
    }
}


/* ---------------------------------------------------------------------------
 * 4. Title + price header row (Figma Frame 2147235882 / 2147235605)
 *    Row 1: title (left) + price (right). Row 2: right-aligned sqm + badge.
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .top-contentWrapper .top--content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
    flex-wrap: nowrap;
}
.rh-ultra-property-full-width .top-contentWrapper {
    padding-bottom: 7px !important;
}
.rh-ultra-property-full-width .top--brief {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rh-ultra-property-full-width .top--brief h3 {
    font-family: 'Sora', sans-serif !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
    color: #2D3D21 !important;
    margin: 0 !important;
    text-transform: none !important;
}

.rh-ultra-property-full-width .price_wrap {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: auto !important;
    gap: 0;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

.rh-ultra-property-full-width .price_wrap h4.price--amount {
    font-family: 'Sora', sans-serif !important;
    font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -2px !important;
    color: #0C1843 !important;
    margin: 0 !important;
    white-space: nowrap;
}

/* Sub-row under the title: price/sqm + Fair Price badge */
.rh-ultra-property-full-width .top--brief .under-price-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: auto;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.rh-ultra-property-full-width .top--brief .pp-text {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    font-family: 'Geist', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    color: #667085 !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.rh-ultra-property-full-width .top--brief .pp-text img {
    width: 18px !important;
    height: 18px !important;
    display: inline-block;
    flex: 0 0 18px;
}

.rh-ultra-property-full-width .top--brief .pp-text span,
.rh-ultra-property-full-width .top--brief .pp-text .sqm-class {
    font-weight: 400 !important;
    color: #667085 !important;
    font-size: 15px !important;
}

.rh-ultra-property-full-width .top--brief .pp-text .sqm-class {
    font-weight: 400 !important;
    color: #667085 !important;
}

.rh-ultra-property-full-width .top--brief .fpaa.unique-feature-box {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.rh-ultra-property-full-width .top--brief .fpaa .unique-feature-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 18px;
    object-fit: contain;
}

.rh-ultra-property-full-width .top--brief .fpaa .unique-feature-title {
    font-family: 'Geist', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    color: #667085 !important;
    margin: 0 !important;
    text-transform: none !important;
}

@media (max-width: 767px) {
    .rh-ultra-property-full-width .top-contentWrapper .top--content {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .rh-ultra-property-full-width .price_wrap {
        align-items: flex-start;
    }
    .rh-ultra-property-full-width .top--brief .under-price-container {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 12px;
    }
    .rh-ultra-property-full-width .price_wrap h4.price--amount {
        font-size: 30px !important;
    }
    .rh-ultra-property-full-width .top--brief h3 {
        font-size: 24px !important;
    }
}


/* ---------------------------------------------------------------------------
 * 5. "View Advanced Details" toggle (Figma Frame 2147235640)
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .view-advanced-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 24px 0;
    cursor: pointer;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #0C1843;
}

.rh-ultra-property-full-width .view-advanced-toggle .caret {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #0C1843;
    border-bottom: 1.5px solid #0C1843;
    transform: rotate(45deg);
    margin-bottom: 4px;
    transition: transform 0.2s ease;
}

.rh-ultra-property-full-width .view-advanced-toggle.is-open .caret {
    transform: rotate(-135deg);
    margin-bottom: 0;
    margin-top: 4px;
}


/* ---------------------------------------------------------------------------
 * 6. Property tabs (Figma Frame 2147235639 / 2147235926)
 *    Reset wrapper, 54px tabs, cell borders, full-navy active, typed rows.
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .property-tabs-wrapper {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    font-family: 'Geist', sans-serif !important;
    padding: 0 !important;
    margin: 0;
}

.rh-ultra-property-full-width .property-tabs-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    border: none !important;
    border-bottom: 1px solid #E2E5DD !important;
    background: transparent !important;
    margin-bottom: 24px;
}

.rh-ultra-property-full-width .property-tab-btn {
    height: 52px !important;
    border: none !important;
    background: transparent !important;
    font-family: 'Geist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #0C1843 !important;
    cursor: pointer !important;
    transition: color 0.18s ease, border-color 0.18s ease !important;
    border-radius: 0 !important;
    padding: 0 !important;
    position: relative;
}

.rh-ultra-property-full-width .property-tab-btn:hover {
    color: #0C1843 !important;
}

.rh-ultra-property-full-width .property-tab-btn.active {
    background: transparent !important;
    color: #0C1843 !important;
    font-weight: 600 !important;
    border: none !important;
}

.rh-ultra-property-full-width .property-tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #0C1843;
}

.rh-ultra-property-full-width .property-tabs-content {
    width: 100% !important;
}

.rh-ultra-property-full-width .property-tab-pane {
    display: none !important;
}

.rh-ultra-property-full-width .property-tab-pane.active {
    display: block !important;
}

.rh-ultra-property-full-width .tab-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

.rh-ultra-property-full-width .tab-column,
.rh-ultra-property-full-width .tab-list {
    display: flex;
    flex-direction: column;
}

.rh-ultra-property-full-width .tab-row {
    height: 54px !important;
    min-height: 54px;
    border: 1px solid #DADADA !important;
    border-top: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 18px !important;
    background: #FFFFFF;
}

.rh-ultra-property-full-width .tab-grid .tab-column .tab-row {
    border-right: none !important;
}

.rh-ultra-property-full-width .tab-grid .tab-column:last-child .tab-row {
    border-right: 1px solid #DADADA !important;
}

.rh-ultra-property-full-width .tab-label {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-family: 'Geist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #010101 !important;
    letter-spacing: 0 !important;
}

.rh-ultra-property-full-width .tab-label img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
    flex: 0 0 30px;
}

.rh-ultra-property-full-width .tab-value {
    font-family: 'Geist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: #0C1843 !important;
    text-align: right !important;
    letter-spacing: 0 !important;
}

/* --- Figma attribute card grid (Overview tab) --- */
.rh-ultra-property-full-width .rh-fw-tab-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.rh-ultra-property-full-width .rh-fw-tab-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 14px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    text-align: center;
    min-height: 106px;
    box-sizing: border-box;
}

.rh-ultra-property-full-width .rh-fw-tab-card__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.rh-ultra-property-full-width .rh-fw-tab-card__icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex: 0 0 20px;
}

/* Inline SVG icons (Building Info cards). */
.rh-ultra-property-full-width .rh-fw-tab-card__icon-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.rh-ultra-property-full-width .rh-fw-tab-card__icon-svg svg {
    width: 22px;
    height: 22px;
    display: block;
}

/* Building Info second row: 3 wider cards spanning the full width. */
.rh-ultra-property-full-width .rh-fw-tab-cards--3col {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 18px;
}

/* What's Included: compact icon + label pills (no value line). */
.rh-ultra-property-full-width .rh-fw-tab-cards--included .rh-fw-tab-card {
    justify-content: center;
    min-height: 76px;
    padding: 16px 14px;
    border-radius: 16px;
}

.rh-ultra-property-full-width .rh-fw-tab-cards--included .rh-fw-tab-card__label {
    font-size: 16px;
    font-weight: 500;
    color: #1D1D1D;
}

.rh-ultra-property-full-width .rh-fw-tab-card__label {
    font-family: 'Geist', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #1A1A1A;
    letter-spacing: 0;
}

.rh-ultra-property-full-width .rh-fw-tab-card__value {
    font-family: 'Geist', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    color: #0C1843;
    letter-spacing: -0.02em;
}

@media (max-width: 991px) {
    .rh-ultra-property-full-width .rh-fw-tab-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .rh-ultra-property-full-width .rh-fw-tab-cards {
        grid-template-columns: 1fr;
    }
}

/* Centered, borderless — matches the "View Advanced Details" toggle. */
.rh-ultra-property-full-width .tab-footer-link {
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 28px 0 4px;
    font-family: 'Geist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #0C1843 !important;
    cursor: pointer !important;
    gap: 8px !important;
    border: none !important;
    background: transparent;
    user-select: none;
}

.rh-ultra-property-full-width .tab-footer-link .caret {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #0C1843;
    border-bottom: 1.5px solid #0C1843;
    transform: rotate(45deg);
    margin-bottom: 3px;
    transition: transform 0.2s ease;
}

.rh-ultra-property-full-width .tab-footer-link.is-open .caret {
    transform: rotate(-135deg);
    margin-bottom: 0;
    margin-top: 3px;
}

/* Plain centered disclaimer under the tab cards (per Figma). */
.rh-ultra-property-full-width .disclaimer-note {
    padding: 28px 18px 6px;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    color: #1D1D1D;
    text-align: center;
    border: none;
    background: transparent;
}

@media (max-width: 767px) {
    .rh-ultra-property-full-width .property-tabs-nav {
        grid-template-columns: 1fr 1fr !important;
    }
    .rh-ultra-property-full-width .tab-grid {
        grid-template-columns: 1fr !important;
    }
    .rh-ultra-property-full-width .tab-grid .tab-column .tab-row,
    .rh-ultra-property-full-width .tab-grid .tab-column:last-child .tab-row {
        border-right: 1px solid #DADADA !important;
    }
}


/* ---------------------------------------------------------------------------
 * 7. Progressive disclosure (slider-full.php JS toggles the classes):
 *    - "View Advanced Details" → adds .is-tabs-open → shows the Property
 *      Details tabs (#property-advanced-tabs), incl. the "View Full Advanced
 *      Details" button inside the Overview pane.
 *    - "View Full Advanced Details" → adds .is-full-open → shows the
 *      .property-content-wrapper section (overview, meta icons, sections loop).
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .property-tabs-wrapper {
    display: none !important;
}

.rh-ultra-property-full-width.is-tabs-open .property-tabs-wrapper {
    display: block !important;
}

.rh-ultra-property-full-width .main-full-container.property-content-wrapper {
    display: none !important;
}

.rh-ultra-property-full-width.is-full-open .main-full-container.property-content-wrapper {
    display: block !important;
}


/* ---------------------------------------------------------------------------
 * 8. Figma sidebar: 4 cards stacked (agent, valuation, mortgage, rooms).
 *    Lives in assets/ultra/partials/property/single/sidebar-fullwidth.php.
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .rh-figma-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* White cards with a light border (Figma). */
.rh-ultra-property-full-width .rh-figma-sidebar__card {
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px 16px;
    width: 100%;
    font-family: 'Geist', sans-serif;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
}

.rh-ultra-property-full-width .rh-figma-sidebar__card--agent {
    background: #FFFFFF;
}

.rh-ultra-property-full-width .rh-figma-sidebar__card--valuation,
.rh-ultra-property-full-width .rh-figma-sidebar__card--mortgage,
.rh-ultra-property-full-width .rh-figma-sidebar__card--rooms {
    background: #FFFFFF;
}

/* Shared CTA button */
.rh-ultra-property-full-width .rh-figma-sidebar__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    margin-top: 16px;
    background: #0C1843;
    color: #FFFFFF !important;
    border-radius: 12px;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    transition: background 0.2s ease, transform 0.1s ease;
    border: none;
    cursor: pointer;
}

.rh-ultra-property-full-width .rh-figma-sidebar__cta:hover {
    background: #1a2a5f;
    color: #FFFFFF !important;
}

/* --- Card 1: Agent --- */
.rh-ultra-property-full-width .rh-figma-sidebar__agent-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-photo {
    width: 120px;
    height: 100px;
    flex: 0 0 120px;
    border-radius: 10px;
    overflow: hidden;
    background: #d9d9d9;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-photo img,
.rh-ultra-property-full-width .rh-figma-sidebar__agent-photo-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-name {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Sora', sans-serif !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    letter-spacing: -1px !important;
    color: #2D3D21 !important;
    text-transform: none !important;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #6A7166 !important;
    text-decoration: none;
    min-width: 0;
    word-break: break-all;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-line:hover {
    color: #0C1843 !important;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-icon--wa {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232EAF14'><path d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.611-.916-2.206-.242-.579-.487-.5-.669-.51-.173-.008-.372-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/></svg>");
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-icon--mail {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230C1843' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='5' width='20' height='14' rx='2'/><polyline points='2 7 12 13 22 7'/></svg>");
}

.rh-ultra-property-full-width .rh-figma-sidebar__agent-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1 1 auto;
}

/* --- Card 2: Valuation (left-aligned per Figma) --- */
.rh-ultra-property-full-width .rh-figma-sidebar__card--valuation {
    text-align: left;
    padding: 31px 16px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__valuation-label,
.rh-ultra-property-full-width .rh-figma-sidebar__valuation-delta,
.rh-ultra-property-full-width .rh-figma-sidebar__valuation-priorities-label {
    margin: 0;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-figma-sidebar__valuation-label {
    color: #1D1D1D;
}

.rh-ultra-property-full-width .rh-figma-sidebar__valuation-amount {
    margin: 6px 0 0;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -2px;
    color: #0C1843;
}

/* Delta reads green in the Figma design for both directions. */
.rh-ultra-property-full-width .rh-figma-sidebar__valuation-delta {
    color: #4CAF2E;
    margin-top: 6px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__valuation-delta.is-above {
    color: #2EAF14;
}

.rh-ultra-property-full-width .rh-figma-sidebar__valuation-delta.is-below {
    color: #4CAF2E;
}

.rh-ultra-property-full-width .rh-figma-sidebar__valuation-priorities-label {
    margin-top: 26px;
    color: #1D1D1D;
}

.rh-ultra-property-full-width .rh-figma-sidebar__priority-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__priority-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Geist', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #1D1D1D;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.rh-ultra-property-full-width .rh-figma-sidebar__check {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rh-ultra-property-full-width .rh-figma-sidebar__check img,
.rh-ultra-property-full-width .rh-figma-sidebar__check svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* Extra space above the View Full Valuation CTA (Figma). */
.rh-ultra-property-full-width .rh-figma-sidebar__card--valuation .rh-figma-sidebar__cta {
    margin-top: 28px;
}

/* --- Card 3: Mortgage --- */
.rh-ultra-property-full-width .rh-figma-sidebar__card--mortgage {
    padding: 20px 16px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__mortgage-label {
    margin: 0 0 16px;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    color: #252525;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-figma-sidebar__mortgage-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 9px;
    flex-wrap: wrap;
}

.rh-ultra-property-full-width .rh-figma-sidebar__mortgage-caption {
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    color: #252525;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-figma-sidebar__mortgage-amount {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #0C1843;
}

.rh-ultra-property-full-width .rh-figma-sidebar__mortgage-per {
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    color: #252525;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-figma-sidebar__mortgage-disclaimer {
    margin: 12px 0 0;
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    color: #6A7166;
    letter-spacing: -0.02em;
}

/* --- Card 4: Room Sizes --- */
.rh-ultra-property-full-width .rh-figma-sidebar__card--rooms {
    padding: 20px 16px 8px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__rooms-label {
    margin: 0 0 16px;
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    color: #252525;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-figma-sidebar__room-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.rh-ultra-property-full-width .rh-figma-sidebar__room-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin:0;
}

.rh-ultra-property-full-width .rh-figma-sidebar__room-item:last-child {
    border-bottom: none;
}

.rh-ultra-property-full-width .rh-figma-sidebar__room-name {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-figma-sidebar__room-value {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #252525;
    text-align: right;
    letter-spacing: -0.02em;
}

/* --- Agent card: 2-button CTA row (Schedule A Tour + WhatsApp) --- */
.rh-ultra-property-full-width .rh-figma-sidebar__cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__cta-row .rh-figma-sidebar__cta {
    margin-top: 0;
    width: 100%;
}

/* With the Call button added, the primary spans the full width on its own row
   and the secondary buttons (Call / WhatsApp) share the row below. A lone
   secondary (only one of Call/WhatsApp present) spans full width too. */
.rh-ultra-property-full-width .rh-figma-sidebar__cta-row .rh-figma-sidebar__cta--primary {
    grid-column: 1 / -1;
}
.rh-ultra-property-full-width .rh-figma-sidebar__cta-row .rh-figma-sidebar__cta--secondary:nth-child(2):last-child {
    grid-column: 1 / -1;
}

/* WhatsApp: white with a navy outline + navy label/icon (Figma). */
.rh-ultra-property-full-width .rh-figma-sidebar__cta--secondary {
    background: #FFFFFF !important;
    color: #0C1843 !important;
    border: 1.5px solid #0C1843 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rh-ultra-property-full-width .rh-figma-sidebar__cta--secondary:hover {
    background: rgba(12, 24, 67, 0.06) !important;
    color: #0C1843 !important;
}

.rh-ultra-property-full-width .rh-figma-sidebar__cta-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
}

.rh-ultra-property-full-width .rh-figma-sidebar__cta-icon svg {
    width: 22px;
    height: 22px;
}

@media (max-width: 480px) {
    .rh-ultra-property-full-width .rh-figma-sidebar__cta-row {
        grid-template-columns: 1fr;
    }
}

/* ---------------------------------------------------------------------------
 * 8.5. Mortgage Preview + Room Sizes side-by-side row
 *      Rendered in .left-col after the sortable sections loop.
 *      File: assets/ultra/partials/property/single/mortgage-rooms-row.php
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .rh-fw-mr-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    margin: 24px 0;
    box-sizing: border-box;
}

.rh-ultra-property-full-width .rh-fw-mr-row__card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.rh-ultra-property-full-width .rh-fw-mr-row__title {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #252525;
    margin: 0 0 16px 0;
}

/* Mortgage card */
.rh-ultra-property-full-width .rh-fw-mr-row__caption {
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #252525;
    margin: 0 0 8px 0;
}

.rh-ultra-property-full-width .rh-fw-mr-row__amount {
    margin: 0 0 10px 0;
    font-family: 'Sora', sans-serif;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.rh-ultra-property-full-width .rh-fw-mr-row__amount-value {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.5px;
    color: #0C1843;
}

.rh-ultra-property-full-width .rh-fw-mr-row__amount-per {
    font-size: 15px;
    font-weight: 400;
    color: #1D1D1D;
    font-family: 'Geist', sans-serif;
}

.rh-ultra-property-full-width .rh-fw-mr-row__card .rh-fw-mr-row__disclaimer,
.rh-ultra-property-full-width .rh-fw-mr-row .rh-fw-mr-row__disclaimer {
    font-family: 'Geist', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #AF2B14 !important;
    margin: 0 0 24px 0 !important;
    line-height: 1.4 !important;
}

.rh-ultra-property-full-width .rh-fw-mr-row__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    margin-top: auto;
    background: #0C1843;
    color: #FFFFFF !important;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rh-ultra-property-full-width .rh-fw-mr-row__cta:hover {
    background: #16235A;
    color: #FFFFFF !important;
}

/* Room Sizes card */
.rh-ultra-property-full-width .rh-fw-mr-row__room-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rh-ultra-property-full-width .rh-fw-mr-row__room-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #EAECF0;
    font-family: 'Geist', sans-serif;
    margin:0;
}

.rh-ultra-property-full-width .rh-fw-mr-row__room-item:first-child {
    padding-top: 4px;
}

.rh-ultra-property-full-width .rh-fw-mr-row__room-item:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}

.rh-ultra-property-full-width .rh-fw-mr-row__room-name {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
}

.rh-ultra-property-full-width .rh-fw-mr-row__room-value {
    font-size: 15px;
    font-weight: 400;
    color: #252525;
}

@media (max-width: 767px) {
    .rh-ultra-property-full-width .rh-fw-mr-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .rh-ultra-property-full-width .rh-fw-mr-row__card {
        padding: 18px;
    }
}

/* Mobile: sidebar stacks under main column already via section 1's 991px media query. */


/* ---------------------------------------------------------------------------
 * 9. Financial Intelligence Zone
 *    Full-width section below .main-property-sec. Two side-by-side cards.
 *    File: assets/ultra/partials/property/single/financial-intelligence-zone.php
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .rh-fiz {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    width: 100%;
    max-width: 1365px;
    margin: auto;
    padding: 0px 15px 40px 15px;
    background: #FFFFFF;
    box-sizing: border-box;
    font-family: 'Geist', sans-serif;
}

.rh-ultra-property-full-width .rh-fiz__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 720px;
    text-align: center;
}

.rh-ultra-property-full-width .rh-fiz__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0C1843;
    letter-spacing: 0.08em;
}

.rh-ultra-property-full-width .rh-fiz__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0C1843;
    display: inline-block;
}

.rh-ultra-property-full-width .rh-fiz__title {
    margin: 0;
    padding: 0;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.rh-ultra-property-full-width .rh-fiz__title-green {
    color: #2D3D21;
    font-weight: 400;
}

.rh-ultra-property-full-width .rh-fiz__title-navy {
    color: #0C1843;
    font-weight: 600;
}

.rh-ultra-property-full-width .rh-fiz__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 100%;
}

.rh-ultra-property-full-width .rh-fiz__card {
    box-sizing: border-box;
    border: 1px solid #E5E7EB;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    height: 100%;
    overflow: hidden;
}

/* Calculator card: rows grow to fill when right card is taller, so the two
   cards visually match height with rows evenly distributed. */
.rh-ultra-property-full-width .rh-fiz__card--calc > .rh-fiz__row {
    flex: 1 1 auto;
}

.rh-ultra-property-full-width .rh-fiz__card-head {
    padding: 19px;
    background: #F4F5F6;
    border-bottom: 1px solid #E5E7EB;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    color: #0C1843;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-fiz__row {
    box-sizing: border-box;
    padding: 18px 24px;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rh-ultra-property-full-width .rh-fiz__row--last {
    border-bottom: none;
}

.rh-ultra-property-full-width .rh-fiz__row--static {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 64px;
}

.rh-ultra-property-full-width .rh-fiz__row-label {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #1D1D1D;
    letter-spacing: 0;
}

/* Navy bold labels: Property Price / Monthly Payment / Total Interest Paid. */
.rh-ultra-property-full-width .rh-fiz__card--calc .rh-fiz__row--static .rh-fiz__row-label,
.rh-ultra-property-full-width .rh-fiz__row-label--bold {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #16225C;
    letter-spacing: -0.02em;
}

.rh-ultra-property-full-width .rh-fiz__row-value {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #2D3D21;
    letter-spacing: -0.5px;
    text-align: right;
}

.rh-ultra-property-full-width .rh-fiz__row-value--green {
    color: #2D3D21;
}

.rh-ultra-property-full-width .rh-fiz__row--slider {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 120px;
    gap: 10px;
}

.rh-ultra-property-full-width .rh-fiz__row-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.rh-ultra-property-full-width .rh-fiz__row-top .rh-fiz__row-label {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1D1D1D;
    letter-spacing: 0;
    flex: 1 1 auto;
}

.rh-ultra-property-full-width .rh-fiz__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url('https://beyta.com/wp-content/uploads/2026/04/Frame-1618876884-2.png') center / contain no-repeat;
    display: inline-block;
    position: relative;
}

/* Slider input — custom track using the --fiz-progress CSS var we set in JS.
   Thick squared bar per Figma; thumb invisible so the input reads as a pure
   progress bar. Drag works anywhere on the track. */
.rh-ultra-property-full-width .rh-fiz__slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    background: linear-gradient(
        to right,
        #0C1843 0%,
        #0C1843 var(--fiz-progress, 0%),
        #D8DAE0 var(--fiz-progress, 0%),
        #D8DAE0 100%
    );
    border-radius: 0;
    outline: none;
    padding: 0;
    margin: 6px 0;
    display: block;
    cursor: pointer;
}
.rh-ultra-property-full-width .rh-fiz__slider::-webkit-slider-runnable-track {
    background: transparent;
    border: none;
    height: 12px;
}
.rh-ultra-property-full-width .rh-fiz__slider::-moz-range-track {
    background: transparent;
    border: none;
    height: 12px;
}
.rh-ultra-property-full-width .rh-fiz__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -3px;
    box-shadow: none;
}
.rh-ultra-property-full-width .rh-fiz__slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
}
.rh-ultra-property-full-width .rh-fiz__slider:focus {
    outline: none;
}

.rh-ultra-property-full-width .rh-fiz__row-footer {
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    color: #1D1D1D;
}

.rh-ultra-property-full-width .rh-fiz__row-footer--right {
    text-align: right;
}

/* --- Right card: Area Sales Intelligence --- */
.rh-ultra-property-full-width .rh-fiz__card--asi .rh-fiz__row--big-number {
    padding-top: 4px;
}

.rh-ultra-property-full-width .rh-fiz__big-number {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    color: #16225C;
    letter-spacing: -1px;
}

.rh-ultra-property-full-width .rh-fiz__chart {
    padding: 12px 24px 0;
}

.rh-ultra-property-full-width .rh-fiz__chart svg {
    width: 100%;
    height: auto;
    max-height: 220px;
    display: block;
}

.rh-ultra-property-full-width .rh-fiz__chart-legend {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 16px 24px;
    border-bottom: 1px solid #E5E7EB;
}

.rh-ultra-property-full-width .rh-fiz__chart-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #1D1D1D;
    letter-spacing: 0;
}

/* Both legend squares are navy per Figma. */
.rh-ultra-property-full-width .rh-fiz__legend-dot {
    width: 12px;
    height: 12px;
    background: #16225C;
    border-radius: 2px;
    display: inline-block;
}

.rh-ultra-property-full-width .rh-fiz__chart-legend-item:nth-child(2) .rh-fiz__legend-dot {
    background: #16225C;
}

.rh-ultra-property-full-width .rh-fiz__chart-legend-total {
    margin-left: auto;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #2D3D21;
    letter-spacing: -0.5px;
}

.rh-ultra-property-full-width .rh-fiz__delta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    border-top: 1px solid #E5E7EB;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1D1D1D;
    letter-spacing: 0;
}

/* Plain chevron-down per Figma (was a green check circle). */
.rh-ultra-property-full-width .rh-fiz__delta-caret {
    width: 16px;
    height: 16px;
    border: none;
    transform: none;
    margin: 0;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3.5 6l4.5 4.5L12.5 6' stroke='%231D1D1D' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / contain no-repeat;
    flex: 0 0 16px;
    display: inline-block;
}

.rh-ultra-property-full-width .rh-fiz__cta {
    margin: 16px 24px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 54px;
    background: #16225C;
    color: #FFFFFF !important;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-transform: none;
    transition: background 0.2s ease;
}

.rh-ultra-property-full-width .rh-fiz__cta:hover {
    background: #0C1843;
}

/* Diagonal "open" arrow per Figma. */
.rh-ultra-property-full-width .rh-fiz__cta-arrow {
    width: 14px;
    height: 14px;
    border: none;
    transform: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'><path d='M3 11L11 3M11 3H4.5M11 3v6.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / contain no-repeat;
    display: inline-block;
}

/* ---------------------------------------------------------------------------
 * 11. "Curious how this compares" CTA — rounded navy card with subtle noise
 *     texture, inset from the page edges (per Figma).
 *     File: assets/ultra/partials/property/single/curious-compare-cta.php
 * ------------------------------------------------------------------------- */
.rh-fw-curious-cta {
    width: auto;
    max-width: 1850px;
    background-color: #18204A;
    /* Subtle grain on top of the navy (feTurbulence noise, very low alpha). */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    padding: 88px 24px;
    margin: 48px auto 0;
    border-radius: 48px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
}

@media (max-width: 1900px) {
    .rh-fw-curious-cta {
        margin-left: 24px;
        margin-right: 24px;
    }
}

.rh-fw-curious-cta__inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* White pill, navy dot + label (per Figma). */
.rh-fw-curious-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    background: #FFFFFF;
    border: none;
    border-radius: 999px;
    font-family: 'Geist', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #18204A;
}

.rh-fw-curious-cta__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18204A;
    display: inline-block;
}

.rh-fw-curious-cta__title {
    margin: 0;
    padding: 0;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.18;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    text-transform: none;
}

/* Purple "compares" accent (per Figma). */
.rh-fw-curious-cta__title-accent {
    color: #5B4DEE;
    font-weight: 700;
    font-style: normal;
}

.rh-fw-curious-cta__subtitle {
    margin: 0;
    font-family: 'Geist', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
    color: #FFFFFF;
    max-width: 720px;
}

.rh-fw-curious-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 56px;
    padding: 0 32px;
    margin-top: 14px;
    background: #FFFFFF;
    color: #18204A !important;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: background 0.18s ease, transform 0.18s ease;
}

.rh-fw-curious-cta__btn:hover {
    background: #F2F3F5;
    color: #18204A !important;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .rh-fw-curious-cta {
        padding: 56px 18px;
        margin-left: 12px;
        margin-right: 12px;
        border-radius: 28px;
    }
    .rh-fw-curious-cta__title {
        font-size: 32px;
        letter-spacing: -1px;
    }
    .rh-fw-curious-cta__subtitle {
        font-size: 15px;
    }
    .rh-fw-curious-cta__btn {
        min-width: 200px;
        height: 48px;
        font-size: 15px;
    }
}

/* ---------------------------------------------------------------------------
 * 10. Neighborhood & Local Amenities (map.php) — renders inside .left-col,
 *     directly below the Mortgage Preview + Room Sizes row (per Figma).
 * ------------------------------------------------------------------------- */
.rh-ultra-property-full-width .nla-wrap {
    display: block !important;
    max-width: none !important;
    width: 100% !important;
    margin: 4px 0 32px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    float: none !important;
    clear: both !important;
}


@media (max-width: 991px) {
    .rh-ultra-property-full-width .rh-fiz {
        padding: 32px 15px;
        gap: 24px;
    }
    .rh-ultra-property-full-width .rh-fiz__title {
        font-size: 30px;
        letter-spacing: -1px;
    }
    .rh-ultra-property-full-width .rh-fiz__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .rh-ultra-property-full-width .rh-fiz__big-number {
        font-size: 26px;
    }
    .rh-ultra-property-full-width .rh-fiz__row-value,
    .rh-ultra-property-full-width .rh-fiz__chart-legend-total {
        font-size: 16px;
    }
}

/* ---------------------------------------------------------------------------
 * Sticky section nav — mirrors the advanced-detail tabs (Overview / Building
 * Info / Financial Details / What's Included). Hidden until the user scrolls
 * past the gallery, then fixed at the top. Behavior in js/fullwidth-single.js.
 * ------------------------------------------------------------------------- */
.rh-fw-stickynav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0 2px 14px rgba(12, 24, 67, 0.06);
    /* Hidden until JS adds .is-visible (kept measurable — no display:none). */
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
}
.rh-fw-stickynav.is-visible {
    transform: none;
    opacity: 1;
    visibility: visible;
}
.rh-fw-stickynav__inner {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.rh-fw-stickynav__inner::-webkit-scrollbar { display: none; }
.rh-fw-stickynav__link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    height: 60px;
    padding: 0 16px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
    color: #5D6372;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease;
    -webkit-appearance: none;
    appearance: none;
}
.rh-fw-stickynav__link:hover,
.rh-fw-stickynav__link:focus-visible { color: #0C1843; text-decoration: none; }
.rh-fw-stickynav__link.is-active {
    color: #0C1843;
    border-bottom-color: #0C1843;
    font-weight: 700;
}

/* Offset native hash jumps for the fixed bar. */
#overviews,
#rh-fw-property-details,
#map,
#financial-intelligence-zone,
#comparison-engine,
#rh-fw-similar-homes { scroll-margin-top: 72px; }

@media (max-width: 991px) {
    .rh-fw-stickynav__inner { padding: 0 12px; }
    .rh-fw-stickynav__link { height: 54px; padding: 0 13px; font-size: 14px; }
}
