#toc_container {
    padding: 10px;
    overflow: hidden;
    background: #eee;
    position: relative;
    box-shadow: rgb(80 80 80 / 80%) 0px 0px 3px 0px;
    margin-top: 15px;
}

.toc_title {
    line-height: normal;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    background: #e5e5e5;
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
}

.toc_title:after {
    display: inline-block;
    position: relative;
    content: '';
    background: url(/wp-content/uploads/ezaa-arrow.svg) no-repeat center center;
    top: 5px;
    width: 20px;
    height: 20px;
}

#toc_container ul {
    margin: 0;
    padding: 0;
}

#toc_container li {
    max-width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 10px 0px;
    margin-top: 5px;
    font-weight: 700;
    padding: 3px 10px;
    background: #e5e5e5;
}

#toc_container a {
    color: #303030;
}