.site-footer {
    margin: 0 auto;
    text-align: left;
    color: var(--text-color-dark);
    font-size: 0.9rem;
    margin-top: auto;
    background-color: var(--bg-color);
    max-width: 1200px;
    width: 100%;
}

.site-footer p {
    margin: 0;
    font-size: 1em;
    width: 100%;
}

.footer-text {
    border-top: 1px solid var(--border-color);
    margin: 0 20px;
    margin-bottom: 2rem;
}

.footer-title {
    margin: 2rem 0 1rem 0;
    font-size: 2rem;
    user-select: none;
}

.footer-links {
    margin-bottom: 1.2rem;
}

.footer-links a {
    color: var(--text-color-dark);
    text-decoration: none;
    margin-right: 1.5rem;
}

.copyright {
    margin: 0;
    font-size: 0.9rem;
}

@media (max-width: 1200px) {
    .site-footer {
    }
}