@media print {
  .md-header, .md-sidebar, .md-footer, .md-top, html::before { display: none !important; }
  .md-content { margin: 0 !important; }
  .md-content__inner { max-width: none; }
  .md-typeset { color: #111; font-size: 9.5pt; line-height: 1.45; }
  .md-typeset h1 { break-before: page; font-size: 23pt; }
  .md-typeset h1:first-child { break-before: auto; }
  .md-typeset h2, .md-typeset h3 { break-after: avoid; }
  .md-typeset table, .md-typeset pre, .admonition, .card { break-inside: avoid; }
  .hero { background: #eef3f1 !important; border: 1px solid #555; color: #111; }
  .hero h1, .hero p, .hero .principle { color: #111; }
  a { color: inherit !important; text-decoration: none !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 7pt; }
}

