/* static/css/politica-privacidade.css */

.policy-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #3a56a3;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}
.policy-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    /* ...e todo o resto do CSS... */
}
.policy-content a:hover {
    color: #3b82f6;
}