/* === footer.css === */
.site-footer {
    background-color: #f3f4f6;
    border-top: 1px solid #e5e7eb;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: auto;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.site-footer p {
    margin: 0.5rem 0;
}

.footer-link {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.footer-link:hover,
.footer-link:focus {
    color: #2563eb;
    text-decoration: underline;
}