@media print {
  .site-header,
  .site-footer,
  .offcanvas,
  .color-scheme-toggle {
    display: none !important;
  }

  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 11pt;
  }

  a {
    color: #000000 !important;
    text-decoration: underline;
  }

  .content-layout {
    display: block;
  }
}
