site-footer {
    display: block;
}

site-footer footer {
    background: #333;
    color: #fff;
    padding: 2rem 3vw;
    text-align: center;
}

site-footer .footer-content {
    max-width: 1800px;
    margin: 0 auto;
}

site-footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

site-footer .footer-links a {
    color: #fff;
    text-decoration: none;
}

site-footer .footer-links a:hover {
    color: var(--color-accent);
}

site-footer .social-links {
    margin: 1.5rem 0;
}

site-footer .social-links a {
    color: #fff;
    margin: 0 0.75rem;
    text-decoration: none;
}

site-footer .social-links a:hover {
    color: var(--color-accent);
}

site-footer .copyright {
    font-size: 0.9rem;
    opacity: 0.8;
}
