footer {
    margin-top: 0;
    position: relative;
    &::before { 
        content: ''; display: block;
        position: absolute; left: 0; top: 0;
        width: 100%; height: 100%;
    }

    .footer-copy { border-top: 1px solid #444; padding: 1em;}
    .footer-copy p { font-size: 14px; font-weight: 400;}
    .wp-block-group:has( > .wp-block-site-logo ) { margin-top: 0 !important; margin-bottom: 0 !important; }
    a:hover { color: #fff; }
}
@media screen and (max-width: 600px) {
    footer > div > div { flex-direction: column; gap: 3em !important; margin-top: 3em !important; margin-bottom: 3em !important; }
    footer > div > div > div { flex-direction: column; gap: 3em !important; }
    footer nav ul {
        flex-direction: column !important;
    }
    footer .footer-copy p {
        text-align: center;
        font-size: 12px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}