@media print {
  header,
  footer,
  .site-header,
  .site-footer,
  #wpadminbar,
  .ct-header,
  .ct-footer,
  .zs-no-print {
    display: none !important;
  }

  @page {
    size: letter;
    margin: 0.5in;
  }

  body,
  .zs-root {
    background: #fff !important;
    color: #111827 !important;
  }

  .zs-report-page {
    width: 100% !important;
    margin: 0 !important;
  }

  .zs-no-print {
    display: none !important;
  }

  .zs-report-section {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .zs-page-break {
    page-break-before: always;
  }

  img, svg, canvas, iframe {
    max-width: 100% !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .zs-card {
    box-shadow: none !important;
    background: #fff !important;
    color: #111827 !important;
    border-color: #d1d5db !important;
  }
}
