/* assets/css/legal.css — shared styles for Privacy Policy / Terms / Contact Support pages */
.legal-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0b1c30;
    margin-top: 2.25rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}
.legal-content h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0b1c30;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.legal-content p {
    color: #47536b;
    line-height: 1.75;
    margin-bottom: 1rem;
}
.legal-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #47536b;
}
.legal-content li {
    line-height: 1.7;
    margin-bottom: 0.35rem;
}
.legal-content strong { color: #0b1c30; }
.legal-content a { color: #0058be; text-decoration: underline; }
