/* Print / PDF stylesheet */
@media print {
  .password-screen,
  .mobile-header,
  .sidebar,
  .sidebar-overlay,
  .matrix-controls,
  .btn-download,
  .pdf-embed iframe {
    display: none !important;
  }

  .content {
    margin-left: 0;
    padding: 0;
    max-width: 100%;
  }

  .content-section {
    display: block !important;
    page-break-before: always;
  }

  .content-section:first-child {
    page-break-before: avoid;
  }

  table {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: A4;
    margin: 2cm 1.5cm;
  }
}
