@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }
  body::before {
    display: none !important;
  }
  .nav, .footer, .btn, .filter-pills, .search-box, .living-dateline {
    display: none !important;
  }
  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .card, .card--stat, .card--event, .grid--hub > * {
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    color: #000000 !important;
    page-break-inside: avoid;
    box-shadow: none !important;
  }
  .stat-number, .emergency-dial__number {
    color: #000000 !important;
  }
  a {
    color: #000000 !important;
    text-decoration: underline !important;
  }
}
