.ancmsc-front {
  /* display: grid;
  gap: 32px; */
}

@media (min-width: 992px) {
 .ancmsc-front__toc {
  border-right: 1px solid var(--ap-dark-300, #efefef);
  /* padding-right: 20px; */
}
}



@media (min-width: 992px) {
  .ancmsc-front__toc {
  }
  .ancmsc-front__toc-wrapper {
    align-self: start;
    position: sticky;
    top: 96px;
  }
}

.ancmsc-front__toc-title {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  margin-bottom: 24px;
}

.ancmsc-front__toc-list {
  display: flex;
  flex-direction: column;
}

.ancmsc-front__toc-link {
color: var(--Colors-Text-text-primary, #030309);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
padding: 8px 0;
border-bottom: 1px solid var(--Colors-Border-border-primary, #EFEFEF);

  grid-template-columns: 24px 1fr;
  line-height: 18px;
  padding: 10px 8px;
}

.ancmsc-front__toc-link:hover,
.ancmsc-front__toc-link.is-active {
 background: var(--Colors-Surface-surface-inactive, #F4F4F4);
  color: var(--ap-dark-900, #030309);
  text-decoration: none;
}

.ancmsc-front__content {
  min-width: 0;
}

.ancmsc-front__content h2 {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 120% */
  margin-bottom: 24px;
}
