@media print {
  @page { size: letter; margin: 0.3in; }

  html, body {
    font-size: 9px;
    line-height: 1.1;
  }
  * {
    background: transparent !important;
    box-shadow: none !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  body {
    background: white !important;
    color: black;
  }

  section#pagebody,
  .print-columns {
    column-count: 2;
    column-gap: 0.3in;
  }

  /* remove typical site chrome */
  nav, header, footer, aside, .no-print {
    display: none !important;
  }

  /* tighten common spacing */
  * {
    margin-top: 0;
    margin-bottom: 0;
  }

  p { margin: 0 0 1rem 0; }
  li { margin: 0 0 0.08em 0; }

  h1, h2, h3 {
    margin: 0.25em 0 0.1em 0;
    break-after: avoid;
  }

  h1 { font-size: 16px; }
  h2 { font-size: 11.5px; }
  h3 { font-size: 10px; }

  h1, h2, h3 {
    font-weight: 500;
    letter-spacing: 0.02em;
  }

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