.news-single {
    width: 100%;
}

.news-single .entry-meta {
    align-items: center;
    display: flex;
}

.news-single .entry-date {
    color: #000;
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    margin-right: 12px;
}

.news-single .entry-terms {
    display: flex;
    flex-wrap: wrap;
}

.news-single .entry-term {
    align-items: center;
    background-color: #309748;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 0.75rem;
    font-weight: 700;
    justify-content: center;
    line-height: 2;
    margin-right: 6px;
    min-width: 10px;
    padding: 2px 6px;
}

.news-single .entry-title {
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
    margin-top: 12px;
}

.news-single .toc-content {
    background-color: #fff;
}

.news-single .toc-content h2 {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6666666667;
}

.news-single .toc-content h2 .first-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 6px;
}

.news-single .toc-content h2 .first-icon svg {
    height: 24px;
    width: 24px;
}

.news-single .toc-content h2 .icon {
    align-items: center;
    background-color: #eaf5ed;
    border-radius: 24px;
    display: flex;
    font-size: 0.8125rem;
    height: 24px;
    justify-content: center;
    margin-left: auto;
    transition: transform 0.3s;
    width: 24px;
}

.news-single .toc-content h2.open .icon {
    transform: rotate(180deg);
}

.news-single .toc-content ul {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-single .toc-content ul li {
    margin: 0;
    padding-left: 0;
}

.news-single .toc-content ul li::before {
    content: none !important;
}

.news-single .toc-content > ul {
    margin: 0;
}

.news-single .toc-content a {
    color: #309748;
    display: block;
}

.news-single .toc-content a:hover {
    text-decoration: underline;
}

.news-single .toc-content #toc_container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.news-single .toc-content #toc_container.open {
    max-height: 1000px;
    transition: max-height 0.3s ease-in-out;
}

.news-single .entry-footer {
    margin-top: 6px;
}

.news-single .entry-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news-single .entry-tag {
    background-color: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 2;
    margin: 6px 3px 0;
    padding: 2px 6px;
}

.news-single .entry-tag > span {
    color: #309748;
    margin-right: 6px;
}

.news-single .entry-tag:hover {
    background-color: #eaf5ed;
    color: #309748;
}

.news-single .social-buttons {
    margin-top: 12px;
}

.news-single .social-buttons,
.news-single .social-buttons > a {
    align-items: center;
    display: flex;
    justify-content: center;
}

.news-single .social-buttons > a {
    color: #fff;
    margin: 0 6px;
}

.news-single .social-buttons > a.line {
    align-items: center;
    border-radius: 100%;
    color: #00b900;
    display: flex;
    font-size: 1.875rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.news-single .social-buttons > a.line > * {
    position: relative;
    z-index: 10;
}

.news-single .social-buttons > a.line::after,
.news-single .social-buttons > a.line::before {
    content: '';
    display: block;
    position: absolute;
}

.news-single .social-buttons > a.line::before {
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.news-single .social-buttons > a.line::after {
    background-color: #00b900;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.news-single .social-buttons > a.line:hover::after {
    background-color: rgba(0, 185, 0, 0.4);
}

.news-single .social-buttons > a.line > svg {
    height: 25px;
    width: 26px;
}

.news-single .social-buttons > a.line:hover {
    color: rgba(0, 185, 0, 0.4);
}

.news-single .social-buttons > a.facebook {
    align-items: center;
    border-radius: 100%;
    display: flex;
    font-size: 1.25rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.news-single .social-buttons > a.facebook > * {
    position: relative;
    z-index: 10;
}

.news-single .social-buttons > a.facebook::after,
.news-single .social-buttons > a.facebook::before {
    content: '';
    display: block;
    position: absolute;
}

.news-single .social-buttons > a.facebook::before {
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.news-single .social-buttons > a.facebook::after {
    background-color: #3b5998;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.news-single .social-buttons > a.facebook:hover::after {
    background-color: rgba(59, 89, 152, 0.4);
}

.news-single .social-buttons > a.twitter {
    align-items: center;
    border-radius: 100%;
    display: flex;
    font-size: 1.25rem;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 40px;
}

.news-single .social-buttons > a.twitter > * {
    position: relative;
    z-index: 10;
}

.news-single .social-buttons > a.twitter::after,
.news-single .social-buttons > a.twitter::before {
    content: '';
    display: block;
    position: absolute;
}

.news-single .social-buttons > a.twitter::before {
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.news-single .social-buttons > a.twitter::after {
    background-color: #1da1f2;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.news-single .social-buttons > a.twitter:hover::after {
    background-color: rgba(29, 161, 242, 0.4);
}

.news-single .back-to,
.news-single .back-to-news {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.news-single .back-to a,
.news-single .back-to-news a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #309748;
    border-radius: 100px;
    color: #309748;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    line-height: 1.6666666667;
    min-width: 119px;
    padding: 0 34px;
}

.news-single .back-to a:hover,
.news-single .back-to-news a:hover {
    background-color: #eaf5ed;
    border: 2px solid #309748;
}
@media (min-width: 992px) {

    .site-main {
        align-items: flex-start;
        display: flex;
        position: relative;
    }

    .news-single {
        margin-right: 36px;
        max-width: 700px;
    }

    .news-single .entry-date,
    .news-single .entry-term {
        font-size: 0.875rem;
        line-height: 1.8571428571;
    }

    .news-single .entry-title {
        font-size: 2.5rem;
        line-height: 1.45;
        margin-top: 36px;
    }

    .news-single .entry-content {
        margin-top: 12px;
    }

    .news-single .toc-content h2 {
        font-size: 1.25rem;
        line-height: 1.7;
    }

    .news-single .toc-content ul {
        font-size: 0.875rem;
        line-height: 1.8571428571;
    }

    .news-single .toc-content ul li {
        margin-top: 12px;
    }

    .news-single .toc-content > ul {
        margin-top: 24px;
    }

    .news-single .toc-content > ul ul {
        margin-left: 12px;
    }

    .news-single .toc-content {
        display: none;
    }

    .news-single .entry-footer {
        margin-top: 30px;
    }

    .news-single .entry-tag {
        font-size: 0.875rem;
        line-height: 1.8571428571;
    }

    .news-single .back-to,
    .news-single .back-to-news,
    .news-single .social-buttons {
        margin-top: 36px;
    }

    .news-single .back-to a,
    .news-single .back-to-news a {
        font-size: 1.25rem;
        line-height: 1.7;
    }
}
@media (max-width: 991.98px) {

    .news-single .toc-content {
        margin-top: 12px;
    }

    .news-single .toc-content h2 {
        border: 1px solid #ddd;
        padding: 12px;
    }

    .news-single .toc-content ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .news-single .toc-content ul li:not(:first-child) {
        margin: 0 !important;
    }

    .news-single .toc-content a {
        border: 1px solid #ddd;
        border-top: none;
        padding: 12px;
    }
}
