/* Footer Styles */

.site-footer {
    background: #000;
    color: #9ca3af;
    padding: 6px 20px;
    margin-top: auto;
}

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

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

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

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

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