@media print {
  body {
    height: auto;
  }

  .print-hidden {
    display: none !important;
  }
}
