@media print {
  .site-header,
  .site-sidebar,
  .site-toc,
  .site-footer,
  .page-navigation,
  .mobile-toggle,
  .sidebar-overlay {
    display: none !important;
  }

  .site-content {
    margin: 0 !important;
    padding: 0 !important;
  }

  .content-wrapper {
    max-width: 100% !important;
  }

  .entry-content a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }

  .entry-content pre {
    white-space: pre-wrap;
    border: 1px solid #ccc;
    background-color: #f5f5f5 !important;
  }

  .entry-content pre code {
    color: #333 !important;
  }
}
