/* Eén rustige inhoudsopgave boven ieder artikel. Alle onderdelen blijven zichtbaar. */
.article-toc {
  margin: 22px 0 36px;
  padding: 18px 22px;
  border: 1px solid #d9e6e9;
  border-radius: 13px;
  background: #f8fbfc;
  box-shadow: none;
}

.article-toc > strong,
.article-toc > h2 {
  display: block;
  margin: 0 0 10px;
  color: #173c59;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.3;
}

.article-toc ol,
.therapy-page .article-toc ol {
  columns: 2;
  column-gap: 30px;
  margin: 0;
  padding-left: 1.25rem;
}

.article-toc li,
.therapy-page .article-toc li {
  break-inside: avoid;
  margin: 5px 0;
  line-height: 1.42;
}

.article-toc a {
  color: #195b70;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 3px;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: #0d6e70;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .article-toc,
  .research-article .article-toc {
    margin: 18px 0 30px;
    padding: 16px 18px;
  }

  .article-toc ol,
  .therapy-page .article-toc ol {
    columns: 1;
  }

  .article-toc a {
    font-size: .94rem;
  }
}
