/*! SN05 - v2.3.0 */
.sn05:first-child {
  padding-top: 0;
}

.sn05 ul.sn05-toc {
  display: flex;
  flex-direction: column;
  border-inline-start: 3px solid var(--mode-tint);
}

.sn05 ul.sn05-toc:not(:first-child) {
  margin-top: 16px;
}

.sn05 ul.sn05-toc li {
  position: relative;
}

.sn05 ul.sn05-toc li a {
  display: block;
  text-decoration: none;
  padding: 8px 26px;
  color: inherit;
}

.sn05 ul.sn05-toc li.active {
  background-color: var(--mode-tint);
}

.sn05 ul.sn05-toc li.active:before {
  content: '';
  position: absolute;
  inset-inline-start: -3px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--mode-invert);
}

.sn05 ul.sn05-toc li.active:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  inset-inline-start: -8px;
  transform: translateY(-50%);
  background-color: var(--mode-invert);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%);
}

.rtl .sn05 ul.sn05-toc li.active:after {
  transform: translateY(-50%) scale(-1);
}

.sn05[data-ocomid] {
  opacity: unset;
}