.scp-ftr.v1 {
    --background: var(--dk-bg);
    font-family: 'Host Grotesk', sans-serif;

    .scorp-logo > svg, .scorp-logo svg * {
        fill: var(--dk-lnk);
    }
    .icn {
        font-size: 2rem;
    }

    /* Three-column row: equal side columns keep the middle element (the
       Scorpion logo) dead-center regardless of the legal text / nav widths.
       Only at >=1280px, where the row layout (flx-at-1280) applies. */
    @media (width >= 1280px) {
        .mn_ {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
        }
    }
}

.scp-ftr.v1 nav a,
.scp-ftr.v1 small {
    font-size: 14px;
}

.scp-ftr.v1 .crtd-by {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}
