/* AZPET · pages/relatorios — responsividade */
@media (max-width: 620px){
  body.app .table-actions{flex-direction:column;align-items:stretch}
  body.app .table-actions .btn{width:100%;justify-content:center}
}
@media (max-width:1180px) {
  .hm-dashboard { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hm-shell { grid-template-columns:1fr; }
  .hm-panel-sticky { position:static; }
}
