/* Print overrides for reference pages (cheat sheet etc.):
   white paper, black ink, no chrome. */
@media print {
  body {
    background: #ffffff !important;
    color: #111111 !important;
  }

  .site-header,
  .site-footer,
  .skip-link,
  .buttons,
  .back-link {
    display: none !important;
  }

  main.section {
    padding: 0 !important;
  }

  .research-detail {
    padding-top: 0 !important;
    min-height: 0 !important;
  }

  h1,
  h2,
  h3,
  .lede,
  p,
  li,
  td,
  span,
  strong,
  code {
    color: #111111 !important;
    text-shadow: none !important;
  }

  h1 .accent,
  .card-tag {
    color: #1d4e89 !important;
  }

  .fact,
  .work-list a,
  .step-list li {
    border-color: #cccccc !important;
    background: #ffffff !important;
    break-inside: avoid;
  }

  .schedule td {
    border-color: #cccccc !important;
  }

  a {
    text-decoration: none !important;
  }
}
