@media print {
  @page {
    margin: 16mm;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  .sidebar,
  .action-bar,
  .section-header,
  .no-print,
  .toast,
  .btn,
  button,
  input,
  textarea,
  select {
    display: none !important;
  }

  .app-shell,
  .main,
  .section,
  .protocol-layout {
    display: block !important;
    min-height: auto;
    padding: 0;
    margin: 0;
  }

  .section {
    display: none !important;
  }

  #section-preview.print-active,
  #section-agenda.print-active {
    display: block !important;
  }

  #section-preview.print-active .protocol-card,
  #section-agenda.print-active .card {
    display: block !important;
  }

  .card,
  .protocol-card,
  .document-preview {
    border: 0;
    box-shadow: none;
    padding: 0;
    background: #fff;
  }

  .document-preview {
    min-height: auto;
    color: #000;
  }

  .document-preview h1 {
    font-size: 18pt;
    color: #000;
  }

  .document-preview h2 {
    margin-top: 14pt;
    color: #000;
    break-after: avoid;
  }

  .document-preview h3,
  .document-preview p,
  .document-preview table,
  .protocol-top {
    break-inside: avoid;
  }

  .protocol-top {
    border: 0;
    background: #fff;
    padding: 0;
    margin: 12pt 0;
  }

  .top-separator {
    color: #000;
    font-family: Consolas, "Courier New", monospace;
  }

  .document-preview th,
  .document-preview td {
    border: 1px solid #777;
    padding: 5pt;
  }

  a {
    color: #000;
    text-decoration: none;
  }
}
