/* TOC - On This Page */
.sidebar-sticky {
  position: sticky;
  top: 110px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.toc-on-this-page {
  margin-top: 0;
  background: transparent;
  padding: 0;
}
.toc-on-this-page .toc-title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #0058ff;
}
.toc-on-this-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc-on-this-page li {
  margin-bottom: 8px;
  list-style: none;
}

.toc-on-this-page .toc-level-3 {
  color: #888;
  position: relative;
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
  margin-left: 14px;
  display: flex;
  gap: 10px;

  &::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #115efb;
    display: block;
    flex-shrink: 0;
    margin-top: 7px;
  }
}

.toc-on-this-page .toc-level-3::marker {
  color: #115efb;
  font-size: 1em;
}

.toc-on-this-page a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
  color: #8f8f8f;
}
.toc-on-this-page a:hover {
  color: #115efb;
}
.share,
.toc-on-this-page {
  position: static !important;
}

.toc-on-this-page a.active {
  color: #0058ff;
}
