.hub-site-footer{
    background:#011f17;
    color:var(--white);
}

.hub-site-footer__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:24px 0;
}

.hub-site-footer__nav{
    min-width:0;
}

.hub-site-footer__menu{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px 18px;
    margin:0;
    padding:0;
    list-style:none;
}

.hub-site-footer__menu li{
    margin:0;
}

.hub-site-footer__menu a{
    display:inline-flex;
    min-height:36px;
    align-items:center;
    border-bottom:1px solid transparent;
    color:rgba(245,244,239,.86);
    font-size:.82rem;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
}

.hub-site-footer__menu a:hover,
.hub-site-footer__menu a:focus{
    border-bottom-color:var(--gold);
    color:var(--gold);
}

.hub-site-footer__copyright{
    flex:0 1 auto;
    margin:0;
    color:rgba(245,244,239,.72);
    font-size:.84rem;
    line-height:1.5;
    text-align:right;
}

@media (max-width:760px){
    .hub-site-footer__inner{
        flex-direction:column;
        align-items:center;
        gap:12px;
        padding:22px 0;
        text-align:center;
    }

    .hub-site-footer__menu{
        justify-content:center;
        gap:6px 16px;
    }

    .hub-site-footer__copyright{
        text-align:center;
    }
}
