/* blog */
.blog .blog__post-item.bimg .blg_l_img_sec {
    width: 50%;
}

.blog .content-bull:before {
    content: '\2022';
    left: 5px;
    position: absolute;
}

.blog .content-bull:hover:before {
    color: initial;
}

.blog.blog-post-view .post_content h2,
.blog.blog-post-view .post_content h3,
.blog.blog-post-view .post_content h4,
.blog.blog-post-view .post_content h5,
.blog.blog-post-view .post_content h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog.blog-post-view .post_content h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.blog.blog-post-view .post_content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
}

.blog.blog-post-view .post_content {
    color: var(--main);
}

.blog.blog-post-view .post_content p {
    margin-bottom: 12px;
}

.blog.blog-post-view .post_content .post_content__excert {
    /* margin-bottom: 64px; */
}

.blog.blog-post-view .post_content ul,
.blog.blog-post-view .post_content ol {
    list-style: initial;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog.blog-post-view .post_content ol {
    list-style: decimal;
}

.blog.blog-post-view .post_content ul li,
.blog.blog-post-view .post_content ol li {
    margin-bottom: 12px;
    word-wrap: break-word;
}

.blog.blog-post-view .post_content a {
    font-weight: 700;
    color: var(--lightmain);
}

.blog.blog-post-view .post_content a:hover {
    color: var(--main);
}

.blog.blog-post-view .post_content img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.blog.blog-post-view .post_content pre,
.blog.blog-post-view .post_content code,
.blog.blog-post-view .post_content kbd,
.blog.blog-post-view .post_content samp {
    word-wrap: break-word;
}

.blog.blog-post-view .post_content table {
    width: 100% !important;
}

.blog.blog-post-view .post_content table tr td {
    padding-right: 10px;
}

.blog.blog-post-view .post_content table tr td:last-child {
    padding-right: 0;
}

.toc ul {
    list-style: inside;
    padding-left: 12px;
}

.toc ul li {
    margin-bottom: 6px;
}

.blog [data-content-type='row'][data-appearance='contained'],
.blog [data-content-type='row']>div {
    padding: 0;
}


@media all and (max-width: 991px) {
    .blog .blog__post-item.bimg .blg_l_img_sec {
        width: 100%;
    }

    .blog.blog-post-view .post_content p {
        padding-right: 0;
    }

    .blog.blog-post-view .post_content h2,
    .blog.blog-post-view .post_content h3,
    .blog.blog-post-view .post_content h4,
    .blog.blog-post-view .post_content h5,
    .blog.blog-post-view .post_content h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .blog.blog-post-view .post_content h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .blog.blog-post-view .post_content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .blog.blog-post-view .post_content ul, .blog.blog-post-view .post_content ol {
        padding-left: 24px;
    }

    .blog.blog-post-view .post_content table tr {
        display: flex;
        flex-direction: column;
    }

    .blog.blog-post-view .post_content table tr td {
        width: 100% !important;
        padding-right: 0;
    }
}