/* Sitewide legal footer. */

.site-footer {
    border-top: 1px solid var(--border-color);
    margin-top: 2rem;
    padding: 1.25rem 1rem 2rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
}

.site-footer a {
    color: var(--text-secondary);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--text-primary);
    text-decoration: underline;
}

.site-footer-disclosure {
    margin: 0.75rem auto 0;
    max-width: 40rem;
    text-align: center;
    line-height: 1.5;
}
