site-footer {
    display: block;
}

.site-footer {
    border-top: 1px solid var(--border, rgba(255, 255, 255, 0.12));
    padding: 24px 0 40px;
    color: var(--muted, var(--text-muted, #c9f5e7));
    font-size: 0.9rem;
}

.site-footer .container {
    width: min(var(--container-width, 1180px), calc(100vw - var(--page-gutter, 40px)));
    margin: 0 auto;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 28px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
}

.footer-links a {
    color: var(--muted, var(--text-muted, #c9f5e7));
    text-decoration: none;
    transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a[aria-current="page"] {
    color: var(--accent-from, var(--accent, #5df2b3));
}

.footer-links a[aria-current="page"] {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
