.site-footer .footer-heading {
    font-size: var(--fs-h5, 14px);
    line-height: var(--lh-snug, 1.2);
    color: var(--color-heading, #111827);
}

.site-footer .footer-link {
    font-size: var(--fs-sm, 14px);
    color: var(--color-muted, #6b7280);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .footer-link:hover {
    color: var(--color-heading, #111827);
    text-decoration: underline;
}

