.crm-toc--sticky {
  position: sticky;
  top: 2rem;
  align-self: start;
}
.crm-toc__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #0a1f44;
}
.crm-toc__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 1rem;
}
.crm-toc__item {
  margin-bottom: 0.25rem;
}
.crm-toc__item--h3 {
  padding-left: 1rem;
}
.crm-toc__item--h4 {
  padding-left: 2rem;
}
.crm-toc__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0;
  transition: color 0.2s;
}
.crm-toc__link:hover, .crm-toc__link.is-active {
  color: #2e7d32;
  text-decoration: underline;
}
.crm-toc__icon {
  color: #2e7d32;
  font-size: 0.6em;
  flex-shrink: 0;
}
.crm-toc__empty {
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
}
/*# sourceMappingURL=../maps/crm-toc/crm-toc.css.map */
