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

@media print {
  html,
  body {
    margin: 0;
    padding: 0;
    font-size: 10.5pt;
    line-height: 1.45;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background: #fff;
  }

  body:before {
    content: none !important;
    display: none !important;
  }

  .no-print,
  nav,
  .floating-actions,
  .theme-toggle {
    display: none !important;
  }

  .container,
  main {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 8mm;
    background: #00d2ff;
    background: linear-gradient(to right, #3a7bd5, #00d2ff);
  }

  h1,
  h2,
  h3,
  h4 {
    break-after: avoid;
    page-break-after: avoid;
  }

  h2 {
    margin: 6mm 0 3mm 0;
  }

  section + section {
    margin-top: 4mm;
  }

  .experience-item,
  .project-item,
  .card {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  a,
  a:visited {
    color: #1f4ea3;
    text-decoration: underline;
    text-underline-offset: 1.2px;
    text-decoration-thickness: 0.06em;
  }

  * {
    box-shadow: none !important;
  }
}
