/* Dark mode overrides for Parecer Prévio TCE */
body.dark-mode .text-dark, 
body.dark-mode h1.text-light, 
body.dark-mode h6 {
    color: #f1f5f9 !important;
}

body.dark-mode .text-muted, 
body.dark-mode p {
    color: #cbd5e1 !important;
}

body.dark-mode a p {
    color: #60a5fa !important;
}

body.dark-mode a p:hover {
    color: #93c5fd !important;
}

body.dark-mode .btn-outline-warning {
    color: #fbbf24 !important;
    border-color: #fbbf24 !important;
}

body.dark-mode .btn-outline-warning:hover {
    background-color: #fbbf24 !important;
    color: #1f2937 !important;
}

body.dark-mode .gradient-custom {
    background: linear-gradient(to right, #1e293b, #0f172a) !important;
}