.detail-toc-wrap.open {
    display: block;
}
.detail-toc-wrap {
    background: transparent;
    border: none;
}
.detail-toc {
    margin-bottom: 64px;
}
.detail-toc-wrap .toc-heading {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 70%;
    margin-bottom: 15px;
}
.detail-toc-wrap .toc-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.detail-toc-wrap .toc-content ul li a {
    display: flex;
    align-items: center;
    padding: 29px 0;
    border-bottom: 2px solid rgba(4, 10, 14, 0.1);
}
.detail-toc-wrap .toc-content ul li a:hover {
    border-color: var(--dark-blue);
}
.detail-toc-wrap .toc-content ul li .toc-number,
.detail-toc-wrap .toc-content ul li .toc-title {
    margin-bottom: 0;
}
.detail-toc-wrap .toc-content ul li .toc-number {
    font-size: 14px;
    opacity: 70%;
    width: 30px;
    margin-right: 8px;
}
.detail-toc-wrap .toc-content ul li .toc-title {
    font-size: 24px;
    line-height: 24px;
}

@media only screen and (max-width: 991px) {
    .detail-toc {
        margin-bottom: 32px;
    }
}
