@media print {
  @page {
    size: A4;
    margin: 9mm;
  }

  /* Hide MkDocs Material chrome */
  .md-header,
  .md-tabs,
  .md-sidebar,
  .md-footer,
  .md-top,
  .md-search,
  .md-announce {
    display: none !important;
  }

  /* Full width */
  .md-main__inner,
  .md-content,
  .md-content__inner,
  .md-grid {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .md-content__inner {
    padding: 0 !important;
  }

  html, body {
    color: #000 !important;
    background: #fff !important;
  }

  .md-typeset {
    font-size: 9.7pt !important;
    line-height: 1.16 !important;
    h2 { margin: 8pt 0 3pt 0 !important; }
  }

  h1 { font-size: 16pt !important; margin: 0 0 6pt 0 !important; }
  h2 { font-size: 12.5pt !important; margin: 10pt 0 4pt 0 !important; }
  h3 { font-size: 11pt !important; margin: 6pt 0 2pt 0 !important; }

  p { margin: 0 0 4pt 0 !important; }
  ul, ol { margin: 2pt 0 6pt 14pt !important; }
  li { margin: 0 0 2pt 0 !important; }

  /* Hide buttons/interactive UI in PDFs */
  .md-button,
  .no-print {
    display: none !important;
  }

  /* Avoid awkward breaks */
  h1, h2, h3, h4, p, li, blockquote, pre, table {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  /* No URL suffix */
  a[href]:after {
    content: "" !important;
  }

  /* Better header layout in print */
  .cv-header__right {
    font-size: 9.5pt !important;
  }
}