#toctoc.toc-container {
    width: auto;
    margin-bottom: 1rem;
    text-align: left;
    display: table;
    background: #F9F9F9;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding: 10px 20px 10px 10px;
    position: relative;
}

#toctoc.toc-container #toctoc-head {
    padding: 0;
    align-items: center;
}

.toc-header {
    line-height: 1.45;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}

.toc-container .toc-toggle {
    margin-left: 1rem;
    margin-right: -0.5rem;
}

.toc-container .toc-toggle label {
    padding: 2px 5px 2px 5px;
    border: 1px solid #999191;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #444444;
    margin-bottom: 0;
}

#toctoc.toc-container #toctoc-body {
    overflow: hidden;
    padding: 0;
}

#toctoc.toc-container #toctoc-body a {
    color: #444444;
}

.news_detail_content h2, .news_detail_content h3, .news_detail_content h4 {
    scroll-margin-top: 10rem;
    scroll-snap-margin-top: 10rem;
}

@media (max-width: 992px) {
    .news_detail_content h2, .news_detail_content h3, .news_detail_content h4 {
        scroll-margin-top: 5rem;
        scroll-snap-margin-top: 5rem;
    }
}