/* Mainstage V6 — Split with Rating Single Review Scroller */

.mstg.v6 {
    --flx-gap: 3.8rem;

    /* ── Spacing overrides ──────────────────────────── */

    --mstg-tls-pd-v-tp:      150;
    --mstg-tls-pd-v-tp-mbl:  60;
    --mstg-tls-pd-v-bt:      365;
    --mstg-tls-pd-v-bt-mbl:  60;

    /* ── Background image opacity ───────────────────── */

    --mstg-img-bg-o: 0.45;

    /* ── Prevent right column from overflowing flex ── */

    .third {
        min-width: 0;
    }

    @media screen and (min-width: 1280px) {
        .two-thirds p {
            width: 70%;
        }
    }

    /* Reverse the deco's fan layering so it reads as a monotonic blue→off-white
       gradient. The template alternates white waves with translucent-tinted
       waves; swapping their fills turns each successive band whiter as it
       approaches the solid bottom (--btm-deco-end-clr). */
    .btm-deco svg path:nth-child(odd):not(:last-child) {
        fill: var(--shape-clr-1-dyn);
    }
    .btm-deco svg path:nth-child(even) {
        fill: #fff;
    }

    .ctrls {
        .vid-btn {
            color: var(--dk-bg)
        }
    }
}
