.lt-article-container__sidebar {
  overflow: visible;
}

@media (min-width: 1200px) {
  #custom-toc.custom-toc {
    position: sticky;
    top: 110px;
  }
}

.custom-toc {
  border-left: 1px solid rgba(0,0,0,.08);
  padding-left: 16px;
}

.custom-toc__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-toc__item {
  margin: 6px 0;
}

.custom-toc__item--h3 {
  margin-left: 14px;
}

.custom-toc__link {
  text-decoration: none;
}

.custom-toc__link.is-active {
  font-weight: 600;
}