@media print {

/* Ensure background-color is applied only to table header cells */
.table th {
    background-color: #9CC6EF !important;
}


  /* Add more print-specific styles as needed */
}


