/* Existing styles */

/* Styles for printing */
@media print {
    .print-button {
      display: none; /* Hide the print button */
    }
  }