.toc-widget {
  position: relative;
}
.toc-widget ol {
  list-style: decimal;
  padding: 0;
  padding-left: 30px;
  margin: 0;
  border-left: 2px solid #e0e0e0;
}
.toc-widget ol li {
  padding: 4px 0 4px 12px;
  margin: 0;
  position: relative;
}
.toc-widget ol li a {
  color: #576170 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  transition: color 0.2s ease;
}
.toc-widget ol li.toc-active::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #47a9df;
}
.toc-widget ol li.toc-active a {
  color: #000000 !important;
}
.toc-widget ol li a:hover {
  color: #47a9df !important;
}
.toc-widget .toc-heading {
  margin: 0 0 12px;
}
.toc-widget .toc-button {
  margin-top: 20px;
}
/* Voorkom dat thema-regels zoals ".wpb_text_column a" de buttontekst overschrijven */
.toc-widget .toc-button a.nectar-button,
.toc-widget .toc-button a.nectar-button span {
  color: #ffffff !important;
  text-decoration: none !important;
}
