@media print {
  *:not(.badge, .badge *) {
    background-color: white;
    box-shadow: none !important;
  }

  #menu_button, #back_link, button, .btn, .alert, .notice, .no-print, #menu_links, #navbar {
    display: none !important;
  }

  #page {
    border: none !important;
    padding: 0;
  }

  .container {
    --max-width: auto;
  }

  .card:has(.item) {
    break-after: auto;
    border: none !important;
  }

  .card:not(:has(.item)), .card .item {
    break-inside: avoid;
  }

  .card .item {
    border-block: 0.5px solid var(--gray-4);
    border-inline: 1px solid var(--gray-4);

    &:last-child {
      border-bottom: 1px solid var(--gray-4);
    }

    &:first-child {
      border-top: 1px solid var(--gray-4);
    }
  }

  *:not(h1, h2, h3, h4, h5, h6):not(:is(h1, h2, h3, h4, h5, h6) a) {
    font-size: 0.90rem !important;
  }
}
