/* Print stylesheet — ashleyrowe.co.uk */
@media print {
  .topbar, header.hdr, .mpanel, .burger, .skip-link,
  form, .audit-form, .hero-audit, button, .btn,
  .progress-bar, .thread, script { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.8em; }
  .wrap { max-width: 100%; padding: 0; }
  main { margin: 0; }
}
