@media print {
  :root {
    --bg: #fff;
    --bg-alt: #fff;
  }

  .site-header,
  .site-footer,
  .site-nav {
    display: none !important;
  }

  .site-shell {
    max-width: none;
    padding: 0;
  }

  .doc-content {
    max-width: none;
  }

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

  pre,
  table,
  blockquote {
    break-inside: avoid;
  }
}
