.site-footer {
    margin-top: auto;
    border-top: 1px solid var(--border, #D7E0E7);
    background: #F7FAFC;
}

.site-footer-inner {
    padding: 14px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    align-items: center;
    justify-content: space-between;
    color: var(--text-secondary, #5B6B79);
    font-size: 0.9rem;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.site-footer-links a {
    color: var(--text-primary, #1E2A36);
    text-decoration: none;
    font-weight: 600;
}

.site-footer-links a:hover {
    color: var(--primary-blue, #00569D);
    text-decoration: underline;
}

.site-footer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
}
