@media print {
  /* Add your print-specific CSS styles here */
  .hide-on-print {
    display: none !important;
  }
}
