/* ADA — Corrección definitiva del layout de Centro de Informes */
body.module-page.ada-ui2 > main.reports-shell.module-shell{
  display:block!important;
  max-width:none!important;
  margin-top:0!important;
  margin-right:0!important;
  margin-bottom:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.module-page.ada-ui2 .reports-view.module-view{
  width:100%!important;
  max-width:1440px!important;
  margin:0 auto!important;
  padding:clamp(24px,3vw,42px)!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
body.module-page.ada-ui2 .reports-header{
  width:100%!important;
  min-width:0!important;
}
body.module-page.ada-ui2 .reports-header > div:first-child{
  flex:1 1 620px!important;
  min-width:0!important;
}
body.module-page.ada-ui2 .report-actions{
  flex:0 0 auto!important;
  justify-content:flex-end!important;
}
body.module-page.ada-ui2 .reports-grid{
  width:100%!important;
  min-width:0!important;
}
body.module-page.ada-ui2 .report-card{
  min-width:0!important;
}
@media (max-width:1100px){
  body.module-page.ada-ui2 .reports-header{flex-direction:column!important;}
  body.module-page.ada-ui2 .report-actions{justify-content:flex-start!important;}
}
@media (max-width:860px){
  body.module-page.ada-ui2 > main.reports-shell.module-shell{
    margin-left:0!important;
    width:100%!important;
    padding:22px 16px 56px!important;
  }
}
