/* Dark mode overrides for horarioColetaLixo.php */
body.dark-mode .titulo-pagina {
    color: #e2e8f0 !important;
}
body.dark-mode .info-card {
    background: #283347 !important;
    color: #e2e8f0 !important;
}
body.dark-mode .bg-light {
    background-color: #1e293b !important;
}
body.dark-mode .text-muted {
    color: #cbd5e1 !important;
}
body.dark-mode .modal-content {
    background-color: #283347 !important;
}
body.dark-mode .modal-body.bg-light {
    background-color: #1e293b !important;
}
body.dark-mode .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}