/* Print-only corrections kept separate from the screen design. */
@media print {
  /* CSS Grid fragmentation in Chromium can insert a blank page here. */
  .intro-grid {
    display: block;
  }
}
