/**
 * Print-specific styles.
 *
 * These styles will be applied only when printing.
 */

/* Hide the print button itself when printing */
@media print {
  #print-this-page-link {
    display: none !important;
  }
}
