.table-of-content .lwptoc .lwptoc_i {
    padding: 0;
    background: none;
}

html {
    scroll-behavior: smooth;
}


.table-of-content  .lwptoc {
    margin: 0;
}

.table-of-content .lwptoc:first-child {
    margin-top: 0;
}

.table-of-content .lwptoc_header {
    margin-bottom: 0;
}

.table-of-content .lwptoc_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Sora', sans-serif;
    color: #1e2731;
}

.table-of-content .lwptoc_items {
    margin-top: 16px;
}

.table-of-content .lwptoc_item:first-child {
    margin-top: 0;
}

.table-of-content .lwptoc_item {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    border-bottom: 1px solid #f0f2f6;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.table-of-content .lwptoc_item::before {
    content: '';
    left: -25px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}

.table-of-content .lwptoc_item .lwptoc_item_label{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #373f49;
    transition: all 0.4s ease-in-out;
}

.table-of-content .lwptoc_item .article-anchor-active .lwptoc_item_label {
    color: #092dc5;
}

.table-of-content .lwptoc_item:has(.article-anchor-active) {
    border-radius: 0 10px 10px 0;
}

.table-of-content .lwptoc_item::after {
    content: '';
    border-radius: 0 10px 10px 0;
    transition: all 0.4s ease-in-out;
    display: block;
    width: calc(100% + 25px);
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    position: absolute;
    pointer-events: none;
}

.table-of-content .lwptoc_item:has(.article-anchor-active)::after {
    background: #DFE5F9;
}

.table-of-content .lwptoc_item:has(.article-anchor-active)::before {
    background: #092DC5;
}

.table-of-content .lwptoc_item:last-child {
    border-bottom: none;
}

.table-of-content .lwptoc_items .lwptoc_item A:visited,
.table-of-content .lwptoc_i .lwptoc_item A {
    color: #1e2731;
}
.table-of-content .lwptoc_i .lwptoc_items .lwptoc_item:hover a{
    border-bottom: 0!important;
    color: #1e2731;
}

.table-of-content {
    margin-top: 40px;
}

.blog-single-post__header-content .table-of-content {
    display: none;
}

.new-single-post__sticky-wrapper {
    flex-grow: 1;
}

@media screen and (max-width: 1023.98px) {
    .blog-single-post__header-content .table-of-content {
        display: block;
    }

    .new-single-post__side-bar .table-of-content {
        display: none;
    }

    .table-of-content {
        margin-top: 20px;
    }

    .table-of-content .lwptoc_title {
        font-size: 20px;
    }

    .table-of-content .lwptoc_items {
        margin-top: 10px;
    }


    .table-of-content .lwptoc_item .lwptoc_item_label {
        font-size: 14px;
    }

    .table-of-content .lwptoc_item::after {
        width: calc(100% + 7px);
        left: -7px;
    }

    .table-of-content .lwptoc_item::before {
        left: -7px;
    }
}