.toc-container {
     border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin: 20px 0;
    padding: 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.toc-container ul.toc_list {
  list-style-type: unset;
}

.toc-container ul.toc_list ul{
  padding-left: 0 !important;
 }

.toc-container ul li {
  list-style-type: none !important;
}

.toc-container.contracted {
  width: 100%
}

.toc-container>ul {
  display: none;
  margin-top: 1em
}

.toc-container p.toc_title {
  font-weight: 700;
  margin-bottom: 0 !important;
  text-align: center
}

.toc-container p.toc_title a:hover,
.toc-container p.toc_title a:visited,
.toc-container p.toc_title ul a:hover,
.toc-container p.toc_title ul a:visited {
  color: var(--color-1st, #bc2749)
}

.toc-container span.toc_toggle {
  font-size: 90%;
  font-weight: 400
}

.toc-container span.toc_toggle .d-none {
  display: none
}