/* Public User Manual page: sticky table-of-contents sidebar + light typography
   tweaks. Scoped to .manual-page so nothing else on the site is affected. */

.manual-page h2 {
  margin-top: 2.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #dee2e6;
}

.manual-page h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.manual-toc {
  position: sticky;
  top: 1rem;
}

.manual-toc .nav-link {
  padding: 0.15rem 0;
  color: #495057;
}

.manual-toc .nav-link:hover {
  color: #0d6efd;
}

.manual-page table {
  font-size: 0.92rem;
}

.manual-page .table-provenance td:nth-child(4),
.manual-page .table-provenance th:nth-child(4) {
  white-space: nowrap;
}

.manual-page dt {
  font-weight: 600;
}

.manual-page dd {
  margin-bottom: 0.75rem;
}
