/* /var/www/raceenginesystems.com/public/css/print.css */

@media print {
  .site-nav, .cta-strip, .site-footer, .nav-overlay,
  .btn, .nav-hamburger { display: none !important; }
  body { background: #fff; color: #000; font-size: 12pt; }
  a::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #555; }
  img { max-width: 100%; }
  .container { max-width: 100%; padding: 0; }
}
