/* Hide auto-generated tables of contents in PDF/print output.
   Our documents include their own TOC tables. */
@page {
  margin-top: 20mm;
}

@media print {
  #jb-print-toc,
  .bd-sidebar-secondary,
  .page-toc {
    display: none !important;
  }

  /* Add space between the document title and the draft badge */
  h1 {
    margin-bottom: 16px !important;
  }

  /* Strip badge styling in print so text is left-aligned */
  h1 + span {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    font-style: normal;
    margin-bottom: 12px !important;
  }
}

/* Replace the purple table hover with a subtle orange */
.table tbody tr:hover {
  background-color: #fef3e0 !important;
}
