/* Footer Styles */

.site-footer {
    background: white;
    color: #6b7280;
    padding: 6px 20px;
    margin-top: auto;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    line-height: 1;
}

.footer-content a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
    margin: 0 4px;
}

.footer-content a:hover {
    color: #7c3aed;
}

/* Responsive */
@media (max-width: 768px) {
    .site-footer {
        padding: 6px 15px;
    }

    .footer-content {
        font-size: 12px;
    }
}
