/* Mainstage S2 — Centered with Trust Logos */

.mstg.v2 {

    /* -- Spacing overrides ---------------------------- */

    --mstg-tls-pd-v-tp:      160;
    --mstg-tls-pd-v-tp-mbl:  80;
    --mstg-tls-pd-v-bt:      160;
    --mstg-tls-pd-v-bt-mbl:  80;

    /* -- Background image opacity --------------------- */

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

    /* -- Body text max-width -------------------------- */

    p {
        max-width: 58ch;
        margin-inline: auto;
    }

    
    ul, .ctrls {
        bottom: 3rem;
    }

    .fnt_t-k::before {
        display: none;
        color: #FFF;
    }

    /* -- Logo ----------------------------------------- */

    .mstg-v2-logo {
        display: block;
        margin: auto;
        margin-bottom: 2rem;
        max-width: 8rem;
    }

}
