/* ── Footer ── */
.site-footer
{
    text-align: center;
    padding: 29px 22px;
    font-size: 0.765rem;
    color: var(--color-text-muted);
    margin-top: auto;
}

.site-footer a,
.site-footer a:visited
{
    color: var(--color-text-muted);
    text-decoration: none;
    font-weight: 600;
}

.site-footer a:hover
{
    color: #666;
    text-decoration: underline;
}

.site-footer nav
{
    margin-top: 8px;
}

.site-footer nav a
{
    margin: 0 8px;
}
