.site-footer {
    padding: 2rem 0;
    border-top: 1px solid var(--color-border);
    font-size: 0.85rem;
    color: var(--color-muted);
    font-family: var(--font-sans);
}

.site-footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: center;
}

.footer-navigation ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

.footer-navigation a {
    text-decoration: none;
    color: var(--color-muted);
}

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