.site-footer{
    border-top:4px solid #f2c94c;
    background:#315f45;
    color:#fff;
}

.site-footer__inner{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
    padding:26px 0;
}

.site-footer__navigation{
    width:100%;
}

.site-footer__menu{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:10px 30px;
    margin:0;
    padding:0;
    list-style:none;
}

.site-footer__menu li{
    margin:0;
    padding:0;
}

.site-footer__menu a{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding:8px 2px;
    color:#fff;
    font-weight:700;
    line-height:1.25;
    text-decoration:none;
    text-underline-offset:4px;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible{
    color:#f7d868;
    text-decoration:underline;
}

.site-footer__menu .current-menu-item > a,
.site-footer__menu .current_page_item > a{
    color:#f7d868;
}

@media (max-width:620px){
    .site-footer__inner{
        width:min(100% - 28px,1180px);
        padding:22px 0;
    }

    .site-footer__menu{
        flex-direction:column;
        gap:2px;
    }

    .site-footer__menu a{
        justify-content:center;
        width:100%;
        text-align:center;
    }
}
