.button-icon {
  width: 20px;
  fill: #329B7B;
  display: block;
    float: right;
    opacity: 0.8;
    height: 20px
}
.button-icon:hover {
    cursor: pointer;
    opacity: 1
}

.willow-table-content-widget {
    border: 2px solid var( --e-global-color-accent );
    height: auto;
     transition: all 1.5s ease-in-out;
    padding: 20px;
    max-width: 400px;
    border-radius: 10px;
}
.limit-height {
     height: auto;
    overflow: hidden;
     transition: all 1.5s ease-in-out;
}
.in-this-guide {
    color: #00444D;
    font-size: 22px;
}
.willow-toc-list {
    padding: 10px;
    margin: 0;
    position:relative;
}
 .willow-toc-list:before {
    display: block;
    content: ' ';
    background-color: var( --e-global-color-accent );
    height: calc(100% - 48px);
    top: 22px;
    position:absolute;
    width: 1px;
    left: -1px;
}
li::marker {
  color: var( --e-global-color-accent )  /* Set the color of the list item marker */
}

.willow-toc-list li {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 4px;
    padding-top: 4px;
}

