@page {
  margin: 0.8cm 0;
}

@media print {
  body {
    padding: 0;
  }

  main {
    padding: 0 1cm !important;
  }

  header {
    display: none !important;
  }

  [data-menu-target] {
    display: none !important;
  }

  .xl\:pl-72 {
    padding-left: 0 !important;
  }

  .sticky {
    position: static !important;
  }

  .overflow-y-auto,
  .overflow-x-auto {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }

  section {
    box-shadow: none !important;
  }

  h3, label {
    break-after: avoid !important;
  }

  p, td, li {
    break-before: avoid !important;
  }

  .grid > div {
    break-inside: avoid !important;
  }
}
