/* Print-safe website output: neutral backgrounds, strong tables, no decorative HB10 hero. */
@media print{
  *{box-shadow:none!important;text-shadow:none!important}
  body,.site-content{background:#fff!important;color:#23262D!important}
  .site-header,.site-footer,.lev-footer-brand,.lev-hero,.ast-header-break-point .main-header-bar-navigation,.lev-info-backdrop{display:none!important}
  .ast-container,.site-main,.entry-content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
  .entry-content a{color:#23262D!important;text-decoration:none!important}
  .entry-content table{border:1px solid #BFC5CC!important;break-inside:auto}
  .entry-content table th{background:#23262D!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .entry-content tr{break-inside:avoid}
}
