/* Footer legal links styles */
.footer-legal-links {
    text-align: center;
    margin-top: 0;
    padding: 20px 0;
    font-size: 16px;
    background-color: #f8f8f8;
    border-top: 1px solid #e0e0e0;
}

.footer-legal-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}

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

.footer-legal-links .separator {
    color: #ccc;
    margin: 0 15px;
    font-size: 18px;
}