.site-footer {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: #888;
    padding: 1rem 0;
}

.footer-links {
    margin-top: 0.5rem;
}

.footer-links a {
    color: #4285f4;
    text-decoration: none;
    margin: 0 0.5rem;
}

.footer-links a:hover {
    text-decoration: underline;
    color: #3367d6;
}
