
/*
 * 2.16.59 — Fixed Support-Column Reserve & Exact Right-Edge Safety Lock
 * Layered over 2.16.58. Preserves overall scale, changes only row allocation.
 */

body.slc-hc-21659-page {
    overflow-x: hidden !important;
}

body.slc-hc-21659-page .slc21659-row {
    display: grid !important;
    grid-template-columns:
        minmax(0, var(--slc21659-primary, 1fr))
        var(--slc21659-support, 300px) !important;
    column-gap: var(--slc21659-gap, 24px) !important;
    width: var(--slc21659-row-width, 100%) !important;
    max-width: var(--slc21659-row-width, 100%) !important;
    min-width: 0 !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
    align-items: start !important;
}

body.slc-hc-21659-page .slc21659-row *,
body.slc-hc-21659-page .slc21659-primary,
body.slc-hc-21659-page .slc21659-support {
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.slc-hc-21659-page .slc21659-primary,
body.slc-hc-21659-page .slc21659-support {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

body.slc-hc-21659-page .slc21659-row img,
body.slc-hc-21659-page .slc21659-primary img,
body.slc-hc-21659-page .slc21659-support img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

body.slc-hc-21659-page .slc21659-support > *,
body.slc-hc-21659-page .slc21659-support div,
body.slc-hc-21659-page .slc21659-support figure {
    max-width: 100% !important;
    min-width: 0 !important;
    width: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

/* Keep Linden gallery untouched except for containment. */
body.slc-hc-21659-page .slc21626-gallery,
body.slc-hc-21659-page .slc21656-gallery {
    max-width: 100% !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
}

@media (max-width: 899px) {
    body.slc-hc-21659-page .slc21659-row {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
