.policy-footer {
    background-color: #f8f9fa;
    padding: 30px 20px;
    text-align: center;
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
}

.policy-links a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.policy-links a:hover {
    color: #3498db;
}

.separator {
    margin: 0 15px;
    color: #ccc;
}