@import url("responsive.css");

@media print {
  body { background: #fff; color: #000; }
  .pm-sidebar,
  .pm-topbar,
  .pm-page-actions,
  .pm-filter,
  .pm-toast-stack { display: none !important; }
  .pm-app { display: block; }
  .pm-content { width: 100%; padding: 0; }
  .pm-card,
  .pm-table-wrap { border: 0; box-shadow: none; }
  .pm-table th {
    position: static;
    background: #f0f0f0;
    color: #000;
  }
  .pm-report-header {
    display: grid;
    margin-bottom: 12px;
  }
}
