/* PMX_ACCOUNTING_REPORTS_WIRING_PHASE4_V1 */
.pmx-reports-entry-wrap{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.pmx-reports-entry-wrap .pmx-btn,
.pmx-reports-entry-wrap .pmx-navlink{
  text-decoration:none !important;
}
.pmx-reports-quick-card{
  margin-top:14px;
}
.pmx-reports-quick-card .pmx-reports-title{
  font-size:18px;
  font-weight:800;
  margin-bottom:6px;
}
.pmx-reports-quick-card .pmx-reports-sub{
  opacity:.72;
  margin-bottom:12px;
}
.pmx-reports-quick-card .pmx-reports-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
@media (max-width:980px){
  .pmx-reports-quick-card .pmx-reports-actions{
    display:grid;
    grid-template-columns:1fr;
  }
}
