/* ========================================================
   Modal ZNS — fundo branco e texto escuro para ficar visível
   ======================================================== */
#geral-modal .modal-content {
  background-color: #ffffff !important;
  color: #0A1F36 !important;       /* texto em azul-escuro */
}
#geral-modal .modal-header,
#geral-modal .modal-body,
#geral-modal .modal-footer {
  color: #0A1F36 !important;
}
/* se precisar inverter o X de fechar (se ele sumir):
#geral-modal .btn-close {
  filter: invert(1);
}
*/
