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

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

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

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

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

    --mstg-img-bg-o: 1;

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

    .third {
        min-width: 0;
    }

    .btn.v2 {
        --btn-bg: #299fd6;
        --btn-clr: white;
    }

    em.fnt_t-k {
        border: solid #166c8c 5px;
        padding: .5em 2em;
        border-radius: 1em;
    }

    @media screen and (min-width: 1600px) {
        em.fnt_t-k {
            width:83%;
        }
    }

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