/* Reescribe el breakpoint móvil de Astra para el reporte */
@media (max-width: 1000px) {
  body .contenedor-principal {
    flex-direction: column !important;
  }

  .reporte,
  .chat {
    width: 100% !important;
    display: block !important;
  }
}

