/* 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: 0.45;

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

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

    .iso {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        z-index: 0;
    }

    .ctrls {
        bottom: 3rem;
    }
    .mn_wd{
        z-index: 5;
    }
    [data-role="arrows"]{
        button svg{
            font-size: 2rem;
        }
    }
}
