/* Footer negro, texto blanco, tipografía y tamaño fijos */
footer[role="contentinfo"],
footer[role="contentinfo"] .footer-bottom {
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 1.5;
}

/* (Opcional pero aconsejable) Neutraliza utilidades que pondrían fondo claro */
footer[role="contentinfo"].bg-white,
footer[role="contentinfo"] .footer-bottom.bg-white,
footer[role="contentinfo"].bg-light,
footer[role="contentinfo"] .footer-bottom.bg-light {
  background-color: #000 !important;
}
