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