
/* ========================================
   LEGAL PAGES - Text Visibility Fix
   ======================================== */

body.legal-page .section-header h1 {
    color: #ffffff !important;
}

body.legal-page .section-header p {
    color: #d1d5db !important;
}

body.legal-page .legal-content h1,
body.legal-page .legal-content h2,
body.legal-page .legal-content h3,
body.legal-page .legal-content h4 {
    color: #ffffff !important;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

body.legal-page .legal-content h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.5rem;
}

body.legal-page .legal-content p,
body.legal-page .legal-content li {
    color: #d1d5db !important;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

body.legal-page .legal-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

body.legal-page .legal-content strong {
    color: #ffffff !important;
}

body.legal-page .legal-content a {
    color: #818cf8 !important;
    text-decoration: underline;
}

body.legal-page .legal-content a:hover {
    color: #a5b4fc !important;
}

