.tcm-toc {
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #f8fafc;
  color: #1f2937;
}

.tcm-toc__title {
  display: block;
  margin-bottom: 0.5rem;
}

.tcm-toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.tcm-toc li + li {
  margin-top: 0.35rem;
}

.tcm-toc a {
  color: inherit;
  text-decoration: none;
}

.tcm-toc a:hover,
.tcm-toc a:focus-visible {
  color: #2563eb;
  text-decoration: underline;
}

.tcm-section-heading {
  scroll-margin-top: 2rem;
}

