.lt-toc * {
  box-sizing: border-box;
}
.lt-toc--list {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}

.lt-toc--link {
  display: block;
  color: #303030;
  padding: 6px 12px;
  text-decoration: none;
  position: relative;
}

[dir="ltr"] .lt-toc--link {
  padding-left: 18px;
}
[dir="rtl"] .lt-toc--link {
  padding-right: 18px;
}

.lt-toc--link:hover {
  color: #303030;
}


.toc-circle {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 13px;
  border: 1px solid #ff476d;
  background-color: #fff;
  z-index: 2;
}

[dir="ltr"] .toc-circle {
  left: 0;
}

[dir="rtl"] .toc-circle {
  right: 0;
}

.lt-toc--link.is-active .toc-circle {
  background-color: #ff476d;
}
/* .lt-toc--list:first-child .lt-toc--link .lt-toc--link::before{
  display: none;
} */
.lt-toc--link.is-active {
  font-weight: 500;
}

.lt-toc--link::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  top: 0;
  background-color: #ff476d;
  z-index: 1;
}

[dir="ltr"] .lt-toc--link::before {
  left: 4px;
}
[dir="rtl"] .lt-toc--link::before {
  right: 4px;
}

.lt-toc--link::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  bottom: 0;
  background-color: #ff476d;
  z-index: 1;
}

[dir="ltr"] .lt-toc--link::after {
  left: 4px;
}
[dir="rtl"] .lt-toc--link::after {
  right: 4px;
}

.lt-toc--item:first-child .lt-toc--link::before {
  display: none;
}
.lt-toc--item:last-child .lt-toc--link::after {
  display: none;
}

.lt-toc--current {
  padding: 6px 12px;
}
.lt-toc_is-desktop {
  position: relative;
  margin-bottom: 32px;
}
.lt-toc_is-desktop .lt-toc--title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
}
.lt-toc_is-desktop .lt-toc--current {
  display: none;
}
/* .lt-toc_is-desktop .lt-toc--item {
  margin-bottom: 6px;
} */
.lt-toc_is-desktop .lt-toc--list {
  display: block !important;
}
.lt-toc_is-desktop .lt-toc--link {
  border-radius: 4px;
}
.lt-toc-mobile {
  display: none;
}
.lt-toc-mobile.is-active {
  display: none;
}
.lt-toc-mobile,
.lt-toc_is-mobile {
  display: none;
  width: 100%;
  height: 50px;
}
.lt-toc-mobile_start {
  margin-bottom: 24px;
}
.lt-toc-mobile_end {
  margin-top: 24px;
}
.lt-toc_is-mobile {
  position: absolute;
  z-index: 99;
}
.lt-toc_is-mobile.lt-toc_is-bottom {
  top: 0 !important;
}
.lt-toc_is-mobile .lt-toc--container {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.lt-toc_is-mobile .lt-toc--title {
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  margin: 0;
  padding: 2px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: #eee;
  border-radius: 4px;
  transform: translateY(-50%);
}
.lt-toc_is-mobile .lt-toc--list {
  display: none;
  border-top: 1px solid #e8e8e8;
}
.lt-toc_is-mobile .lt-toc--current,
.lt-toc_is-mobile .lt-toc--link {
  padding: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #303030 !important;
}
.lt-toc_is-mobile .lt-toc--current {
  position: relative;
  padding-right: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.lt-toc_is-mobile .lt-toc--current:after,
.lt-toc_is-mobile .lt-toc--current:before {
  position: absolute;
  right: 22px;
  bottom: 50%;
  display: block;
  background: #4e5565;
  border-radius: 1px;
  transform: translate(50%, 50%);
  transition: all 0.3s;
  content: '';
}
.lt-toc_is-mobile .lt-toc--current:before {
  width: 2px;
  height: 12px;
}
.lt-toc_is-mobile .lt-toc--current:after {
  width: 12px;
  height: 2px;
}
.lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:before {
  transform: translate(50%, 50%) rotate(-90deg);
}
.lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:after {
  transform: translate(50%, 50%) rotate(-90deg);
  opacity: 0;
}
.lt-toc_is-mobile .lt-toc--item:last-child a {
  border-radius: 0 0 4px 4px;
}

.lt-toc_is-desktop,
.lt-section-articles-list {
  padding: 17px 20px;
  border-radius: 8px;
  box-shadow: 0px 5px 20px rgba(83, 83, 83, 0.1);
  background-color: #fff;
}
@media (max-width: 991px) {
  .lt-section-articles-list {
    margin-top: 35px;
    padding: 0;
    background: none;
  }
}

@media (max-width: 991px) {
  .lt-section-articles-list {
    background: none;
    box-shadow: none;
  }

  .related-articles-title {
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
  }
}
.related-articles-title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'GothamSSm', sans-serif;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .related-articles-title {
    font-family: 'SentinelSSm', sans-serif;
    font-size: 18px;
    font-weight: bold;
  }
}

.lt-toc--link {
  color: #303030 !important;
}
