.toc__container > ul li {
  min-width: max-content;
  max-width: max-content;
}
.toc__container > ul a {
  /* padding-left: 24px; */
  /* padding-right: 24px; */
  color: var(--textP) !important;
}
.toc .swiper-pagination-horizontal {
  position: relative;
  margin-top: 20px;
}
.toc .swiper-pagination-progressbar-fill {
  background: var(--accent) !important;
}
@media (max-width: 768px) {
  .toc h2 {
    font-size: 24px !important;
  }
}
