﻿/* -------------------------------------------------- */
/* Footer                                             */
/* -------------------------------------------------- */

.site-footer {
    width: min(100%, 1200px);
    margin: clamp(2rem, 5vw, 3.5rem) auto 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    color: var(--muted, rgba(74, 87, 117, 0.85));
}

.site-footer__links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
}
