ad-toc {
  display: block;
  position: relative;
}
ad-toc .anj-toc {
  padding: 1rem 0;
  position: fixed;
  top: 3rem;
}
ad-toc a {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  transition: color 0.2s ease;
}
ad-toc a:focus {
  text-decoration: underline;
}
ad-toc a:active {
  text-decoration: none;
}
ad-toc a.anj-active, ad-toc a.anj-active:hover, ad-toc a.anj-active:focus {
  color: var(--anj-primary);
  text-decoration: none;
}