.oew-toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--box-padding, 20px);
  background-color: var(--header-background-color);
  border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #9da5ae);
}

.oew-toc-header-title {
  font-size: 18px;
  margin: 0;
  color: var(--header-color);
}

.elementor-widget-oew-toc.oew-toc-collapsed .oew-toc-toggle-button-collapse,
.elementor-widget-oew-toc:not(.oew-toc-collapsed) .oew-toc-toggle-button-expand {
  display: none;
}

.elementor-widget-oew-toc .oew-toc-list-item a.oew-toc-top-level {
  font-weight: 700;
}

.oew-toc-toggle-button {
  cursor: pointer;
  display: inline-flex;
}

.oew-toc-toggle-button svg {
  height: 1em;
  width: 1em;
  fill: #333;
}


.oew-toc-list-item {
  margin-bottom: .5em;
}


ol.oew-toc-list-wrapper {
  counter-reset: item
}

ol.oew-toc-list-wrapper .oew-toc-list-item {
  counter-increment: item
}

ol.oew-toc-list-wrapper .oew-toc-list-item-text-wrapper:before {
  content: counters(item, ".") ". "
}

.oew-toc-list-wrapper {
  list-style: none;
  padding: 0;
}

.oew-toc-list-item-text-wrapper svg {
  margin-right: 8px;
  fill: #333;
  height: .5em;
  width: .5em;
}

.oew-toc-list-item-text-wrapper i {
  font-size: .5em;
  margin-right: 8px;
}

.oew-toc-list-item-text-wrapper:before {
  font-size: 1em;
}


.oew-toc-list-item-text-wrapper {
  display: flex;
  align-items: center;
}

.oew-toc-list-items-collapsible>.oew-toc-list-wrapper>.oew-toc-list-item>.oew-toc-list-wrapper {
  display: none;
}
