/* Footer legal links styles */
.footer-legal-links {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    color: #888;
}

.footer-legal-links a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #333;
    text-decoration: underline;
}

.footer-legal-links .separator {
    color: #ccc;
    margin: 0 10px;
}