.coda-toc > ul > li {
  list-style: none;
}

/* Keep toggle on same line as link; nested ul wraps to next line */
.coda-toc li:has(> ul) {
  display: flex;
  flex-wrap: wrap;
}

.coda-toc li:has(> ul) > ul {
  flex-basis: 100%;
  width: 100%;
}

.coda-toc > ul {
  padding-left: 0;
  margin-left: 0;
}

.coda-toc > ul > li > .coda-toc-toggle {
  background: none;
  border: 0;
  padding: 0;
  margin-left: 0.25em;
  font: inherit;
  color: inherit;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
}
.coda-toc{
  margin-bottom: 1.5rem;
}
.coda-toc-title{
  margin-bottom: 0.5rem;
}