/* BetterGuard brand site - print styles. */
@media print {
  :root { color-scheme: light; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .nav, .toc, .copy-btn, .search-pop, .hero-search, .nav-search, .foot { display: none !important; }
  a { color: #000; text-decoration: underline; }
  .swatch, .specimen, .tile, .surface, .code, .callout, .misuse-cell {
    background: #fff !important; border: 1px solid #ccc !important; color: #000 !important;
  }
  .hero-h1 { color: #000 !important; -webkit-text-fill-color: #000 !important; background: none !important; }
  .section + .section { border-top: 1px solid #999; }
  img, svg { max-width: 100% !important; }
}
