/* Applied only while this report is the active FoundHub page. */
.view[data-page="gross-profit"] .profit-report { padding: 0; }
@media print {
  body:has(.view[data-page="gross-profit"].active) .sidebar,
  body:has(.view[data-page="gross-profit"].active) .topbar { display: none !important; }
  body:has(.view[data-page="gross-profit"].active) .app-shell { display:block !important; }
  body:has(.view[data-page="gross-profit"].active) .main { margin:0 !important; width:100% !important; }
  body:has(.view[data-page="gross-profit"].active) .page { padding:0 !important; }
}
