.esom-toc-wrap {
    background: #111;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px
}

.esom-toc-wrap.is-sticky {
    position: sticky
}

.esom-toc-head {
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.esom-toc-title {
    color: #fff;
    font-weight: 700
}

.esom-toc {
    padding: 10px
}

.esom-toc-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.esom-toc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px
}

.esom-toc-link {
    color: rgba(255, 255, 255, .75);
    text-decoration: none
}

.esom-toc-link.is-active {
    color: #fff;
    font-weight: 600
}

.esom-toc-fold {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer
}

.esom-toc-fold svg {
    transition: transform .25s ease
}

li.is-collapsed>.esom-toc-row .esom-toc-fold svg {
    transform: rotate(-90deg)
}

.esom-toc-subwrap {
    overflow: hidden;
    transition: max-height .25s ease
}

li.is-collapsed>.esom-toc-subwrap {
    max-height: 0 !important
}

a.esom-toc-link {
    font-weight: bold;
}

a.esom-toc-link {
    text-align: left;
    color: #fff;
}

.lvl-3 .esom-toc-link {
    font-weight: normal;
}

.lvl-3 .esom-toc-link {
    font-weight: normal;
    padding: 5px 10px;
    border-left: 2px solid #ED542C;
    font-size: 14px;
    line-height: 1.3em;
}

.lvl-3 .esom-toc-link:hover {
    color: #ED542C;
}

.lvl-3 .esom-toc-row {
    padding: 0px 5px;
}