.simple-toc-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.simple-toc-container {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.simple-toc-container::-webkit-scrollbar {
  display: none;
  width: 0 !important;
  height: 0 !important;
}
.simple-toc-container {
  -ms-overflow-style: none;
}
.simple-toc-container {
  scrollbar-width: thin;
}
.simple-toc-item {
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  display: inline-block;
  border-radius: 0;
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
.simple-toc-item:hover,
.simple-toc-item:focus {
  text-decoration: underline;
  outline: none;
}
.simple-toc-item.is-hidden {
  opacity: 0.45;
  pointer-events: none;
  filter: grayscale(30%);
}
.simple-toc-item {
  word-break: normal;
}
@media (max-width: 768px) {
  .simple-toc-container {
    padding-left: 0;
    padding-right: 0;
  }
}