/* Legacy footer nav (prefer html-footer.css). */

.footer-nav{
display:flex;
justify-content:center;
gap:24px;
flex-wrap:wrap;
margin-bottom:16px;
}

.footer-nav a{
font-family:inherit;
font-size:14px;
font-weight:500;
line-height:1.4;
color:rgba(255,255,255,.9);
text-decoration:none;
opacity:0.85;
}

.footer-nav a:hover{
opacity:1;
text-decoration:underline;
}

