#ez-toc-container {
    width: 100%;
    background: #fff;
    border: none!important;
    border-radius: 5px!important;
    box-shadow: unset!important;
    padding: 0px!important;
}

#ez-toc-container a {
    color: inherit;
}

.ez-toc-title-toggle {
    display: none;
}

.ez-toc-title {
    display: block !important;
    margin: 0.83em 0 !important;
    font-size: 1.5em !important;
    font-weight: 700 !important;
}

.ez-toc-list li::before {
    display: none;
}

.ez-toc-link {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e6edf6;
    align-items: center!important;
    flex-wrap: nowrap;
    gap: 15px;
    transition: 0.3s ease;
}

.ez-toc-link:hover {
    text-decoration: none !important;
    border-color: #002050;
}

.ez-toc-counter nav ul li a::before {
    width: 34px;
    height: 34px;
    background: linear-gradient(103deg, #fc6668 0%, #e10489 100%);
    color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 34px;
    transition: 0.3s ease;
}

.ez-toc-list-level-3 {
    margin-left: 0px !important;
}

.ez-toc-list-level-3 li:not(:last-child) a {
    border-bottom: 0px;
}

.ez-toc-list-level-3 li a {
    padding-left: 3em !important;
}
.ez-toc-list-level-3 li a::before {
    content: '' !important;
    width: 5px !important;
    height: 5px !important;
    list-style: disc !important;
}

.ez-toc-list-level-3 li a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    border-bottom-color: #e6edf6;
}

#ez-toc-container a:visited {
    color: inherit !important;
}