@page {
  size: A4;
  margin: 12mm 14mm;
}

@media print {
  .resume-document::before {
    display: none;
  }

  .site-header,
  .site-footer,
  [data-theme-toggle],
  [data-nav-toggle],
  [data-print-hide] {
    display: none !important;
  }

  html,
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 9.5pt;
  }

  a {
    color: inherit !important;
    text-decoration: none !important;
  }

  .page-shell,
  .case-shell,
  .resume-page {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    color: #000;
    background: #fff;
  }

  .resume-header {
    gap: 10mm;
    padding-bottom: 7mm;
  }

  .resume-name {
    margin-bottom: 4mm;
  }

  .resume-name img {
    width: 52mm;
  }

  .resume-grid {
    grid-template-columns: 1.7fr 0.8fr;
    gap: 10mm;
    padding-top: 7mm;
  }

  .resume-section {
    padding-block: 4mm 6mm;
  }

  .resume-entry {
    margin-bottom: 5mm;
    break-inside: avoid;
  }

  .resume-entry ul {
    margin-top: 2mm;
  }

  .resume-entry > p,
  .resume-entry li,
  .resume-section > p,
  .skill-list span {
    line-height: 1.55;
  }

  .resume-entry li + li {
    margin-top: 1mm;
  }

  .resume-contact,
  .resume-entry__role,
  .resume-entry__head time,
  .skill-list span,
  .resume-entry ul {
    color: #333 !important;
  }
}
