.yt2024-toc {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
}

.yt2024-toc-list {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.yt2024-toc-list li {
  font-family: "8thYTRegular", sans-serif;
  font-size: 0.875rem;
}

.yt2024-toc-list li a {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}

.yt2024-toc-list li a:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;  
}