/* Oficina Portátil V75.50.2 — Dashboard: remove cabeçalho textual e aproveita a área útil. */
.op-dashboard-page{
  gap:12px !important;
}
.op-dashboard-head{
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:0 !important;
}
.op-dashboard-head > div:first-child{
  display:none !important;
}
.op-dashboard-month{
  width:auto !important;
  margin:0 !important;
  justify-self:end !important;
}
.op-dashboard-kpis{
  margin-top:0 !important;
}
@media(max-width:560px){
  .op-dashboard-page{gap:10px !important;}
  .op-dashboard-head{justify-content:stretch !important;}
  .op-dashboard-month{width:100% !important;}
}
