/* Print: replaces HomeTeam's PRINT links and its PDF score sheet. */
@media print {
  .ticker, .site-header, .site-footer, .tabs, .toolbar, .toolbar-end, .week-nav button, .league-switch,
  .skip, .no-print, dialog { display: none !important; }
  body { font-size: 11pt; color: #000; background: #fff; }
  .on-ink { background: #fff !important; color: #000 !important; }
  a { text-decoration: none; }
  .day h3 { position: static; }
  .game, .data tr { break-inside: avoid; }
  .scoresheet { display: block !important; }
  .scoresheet table { width: 100%; border-collapse: collapse; margin-top: 12pt; }
  .scoresheet th, .scoresheet td { border: 1px solid #000; height: 22pt; padding: 2pt 4pt; font-size: 9pt; text-align: left; }
}
.scoresheet { display: none; }
