
/* Footer menu polish */
.site-footer .footer-menu,
.site-footer nav.footer-menu{
    margin-left:auto;
    text-align:right;
}
.site-footer .footer-menu ul{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:0;
    list-style:none;
    margin:0;
    padding:0;
}
.site-footer .footer-menu li+li::before{
    content:"|";
    margin:0 9px;
    color:inherit;
    opacity:.75;
}
.site-footer .footer-menu a{
    font-size:11px !important;
    color:inherit !important;
    text-decoration:none;
}
.site-footer .footer-menu a:hover,
.site-footer .footer-menu a:focus{
    color:var(--gold2)!important;
}
