.page-content.blue-bg.page-blog{
    background-color: var(--plgchk-blue-7);
    background-image: url(../images/blog-left-bg.png), url(../images/blog-right-bg.png), linear-gradient(180deg, var(--plgchk-blue-7), #FFFFFF);
    background-position: 0 0, 100% 50vh, 100% 100%;
    background-repeat: no-repeat;
}
.section-blog-list {
    padding: 148px 0 80px;
}
.page-blog-category .section-blog-list{
    padding-top: 130px;
}
.section-blog-list .page-green-subtitle{
    color: var(--plgchk-blue);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog-page-blocks {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 18px;
}
.blog-post-body .blog-post-content {
    color: var(--plgchk-black-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 18px;
}
.blog-body-item{
    max-width: calc(50% - 30px);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 0;
    min-height: 240px;
    border-radius: 5px;
}
.blog-body-item:hover{
    background: #e4f1ff;
    box-shadow: 0 0 0 18px #e4f1ff;
}
.blog-list-row .blog-post-body {
    width: 100%;
}
.blog-list-row{
    padding-bottom: 50px;
    background: url(../images/blog-items-devider.png) no-repeat center bottom 0;
    padding-top: 50px;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.blog-list-row:last-child{
    background-image: none;
}
.blog-post-body .blog-title {
    margin-top: 10px;
    margin-bottom: 20px;
}
.section-blog-list .row.blog-list-row:first-child {
    padding-top: 20px;
}
.blog-top-part{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5C5C5C;
}
.grey-text-subtitle{
    margin-top: 10px;
    margin-bottom: 20px;
}
.page-content .section-blog-list .container:first-child {
    margin-top: 0;
}
.blog-post-date .post-category-link a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: var(--plgchk-blue);
    text-decoration: none;
}
.blog-post-date .post-category-link a:hover {
    color: var(--plgchk-blue-2);
}
.blog-body-item .blog-title a,
.tool-body-item .tool-title a {
    font-size: 24px;
    text-decoration: none;
    color: var(--plgchk-blue);
}
.blog-body-item .blog-title a:hover,
.tool-body-item .tool-title a:hover {
    text-decoration: underline;
}
.blog-post-body .blog-title a{
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    color: var(--plgchk-black);
}
.blog-post-body .blog-title a:hover{
    color: var(--plgchk-blue-2);
    text-decoration: none;
}
.blog-body-item .bottom-part {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 18px;
    color: #555;
}
.blog-page-blocks .author-part {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.blog-page-blocks .author-part{
    color: #5C5C5C;
    text-decoration: none;
}
.blog-page-blocks .author-part:hover{
    color: var(--plgchk-blue-2);
}
.blog-page-blocks .author-part.no-link:hover{
    color: #5C5C5C;
}
.blog-top-part {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
.category-date-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.blog-body-item .category-date-line {
    justify-content: flex-start;
}
.out-tool-top-part {
    margin: 0 auto 0;
    max-width: 900px;
    text-align: center;
}
.hub-main-page-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 25px;
    margin: 50px auto;
}

.page-tools .subtitle-text{
    max-width: 600px;
    margin: 15px auto;
    text-align: center;
}
.hub-main-page-list a{
    color: var(--plgchk-blue);
}

/* custom table */

.custom-table {
    border-collapse: collapse;
    margin: 20px auto;
}

.custom-table tr:first-child {
    border-bottom: 2px solid var(--plgchk-blue);
}

.custom-table tr:nth-child(odd):not(:first-child) {
    background: #f3f9ff;
}

.custom-table tr th,
.custom-table tr td {
    padding: 12px;
    text-align: left;
}

.custom-table tr th,
.custom-table tr td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
}

.custom-table tr td {
    color: #5C5C5C;
}

.custom-table tr th {
    color: var(--plgchk-black);
    font-weight: 600;
    text-transform: uppercase;
}

.custom-table tr td {
    font-weight: 400;
}

.custom-table tr td:first-child {
    color: #5C5C5C;
    color: var(--plgchk-black);
    font-weight: 500;
}

@media(min-width: 1301px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 12px 20px;
    }
}

@media(max-width: 767px) {
    .custom-table {
        width: auto;
        overflow-x: auto;
        display: block;
    }
}

@media(max-width: 600px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 8px;
    }
}

@media(max-width: 380px) {

    .custom-table tr th,
    .custom-table tr td {
        padding: 5px;
        font-size: 14px;
    }
}

.top-post-part {
    width: 100%;
    padding: 40px 0;
    background: var(--plgchk-blue-2) url(../images/post_top_bg.png) center no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    box-sizing: border-box;
}
.post-page .top-post-part .container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    margin-top: 0;
}
.post-bread-crumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.post-bread-crumbs a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 26px;
}
.post-page .page-title-row {
    margin-top: 0;
}
.post-page .top-post-part{
    margin-top: 54px;
}
.post-page .top-post-part .container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    margin-top: 0;
}
.post-page .post-category-link,
.post-page .post-category-link a{
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}
.post-page .post-header{
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}
.post-info-line {
    display: flex;
    gap: 30px;
}
.post-info-line .author{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #FFFFFF;
    text-decoration: none;
}
.post-subtitle {
    margin: 7px 0px;
}

.blog-post-content-row {
    margin-top: 70px;
}
.blog-post-content-wrapper{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}
.social-share-line{
    max-width: 233px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, #DFDFDF 50%, #FFFFFF 100%);
    margin: 22px auto 25px;
}
.social-share .share-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5C5C5C;
}
.table-of-contents-block li{
    list-style: none;
    margin-bottom: 5px;
}
.table-of-contents-block ul{
    padding-left: 0;
}
.sidebar-table-of-contents .block-title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #16171D;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.table-of-contents-block li a{
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
    color: #5C5C5C;
    padding: 3px 0;
    display: block;
}
.table-of-contents-block li a.H3 {
    padding-left: 10px;
}
.table-of-contents-block li a:hover{
    color: #16171D;
}
.table-of-contents-block ul{
    max-height: 254px;
    overflow-y: auto;
}
.table-of-contents-block ul::-webkit-scrollbar-track {
    background: #F1F8FF;
}
.table-of-contents-block ul::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    background-color: #D6DBE0;
}
.table-of-contents-block ul::-webkit-scrollbar-thumb{
    background: var(--plgchk-blue) !important;
}
.post-page .left-sidebar{
    width: 260px;
    padding-top: 5px;
    position: sticky;
    top: 80px;
}
.post-content-part {
    width: calc(100% - 300px);
}
@media(min-width: 1201px){
    .post-page .left-sidebar{
        width: 340px;
    }
    .post-content-part {
        width: calc(100% - 400px);
    }
}
.social-share-content {
    display: flex;
    gap: 12px;
    align-items: center;
}
.post-plagiarism-block{
    max-width: 233px;
    width: 100%;
    background: linear-gradient(270deg, #14362F -125.8%, #0D6B58 73.75%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 40px 15px 30px;
}
.post-plagiarism-block .title{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
     margin-bottom: 9px;
}
.post-plagiarism-block .text .percent{
    font-size: 20px;
}
.post-plagiarism-block .white-text {
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.9;
    margin: 10px auto 20px;
    font-size: 18px;
    max-width: 180px;
}
.post-plagiarism-block .text-code span{
    font-weight: 600;
}
.post-content-part h2,
.post-content-part h3,
.post-content-part h4{
    text-align: left;
}
.recent-posts-list .blog-post-date {
    display: flex;
    gap: 10px;
    align-items: center;
}
blockquote {
    width: 100%;
    background: #F1F8FF;
    border-radius: 30px;
    padding: 60px 90px;
    position: relative;
    box-sizing: border-box;
    margin: 30px 0;
}
blockquote:before{
    content: '';
    width: 70px;
    height: 57px;
    position: absolute;
    left: -16px;
    top: 85px;
    background: url(../images/bl-icon.png) center no-repeat;
}
.green-social-share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    width: 100%;
    height: 80px;
    background-color: var(--plgchk-grey-4);
    border-radius: 12px;
    margin: 30px auto 20px;
    box-sizing: border-box;
}
.green-social-share .share-text{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #000;
}

.recent-blog-posts .recent-posts-title{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #16171D;
    margin-bottom: 0;
    margin-top:  40px;
}

.blog-page-blocks .blog-body {
    width: 30%;
}
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
}
.post-item .post-item-body {
    box-sizing: border-box;
}
.post-item .post-category-link a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--plgchk-blue);
}
.post-item .post-link{
    text-decoration: none;
}
post-item .blog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #16171D;
    margin: 5px 0 0px;
}
.post-item .post-excerpt,
.post-item .post-excerpt p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #5C5C5C;
    margin: 0;
}
.post-item-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px 20px 84px;
    gap: 2px;
    width: 100%;
    height: 80px;
    background-color: #F1F8FF;
    box-sizing: border-box;
    background-position: left 28px center;
    background-repeat: no-repeat;
}
.post-page .page-title-row .blog-post-date {
    display: flex;
    gap: 7px;
    font-size: 16px;
    line-height: 162%;
}
.post-page .page-title-row .reading-time{
    font-size: 16px;
    line-height: 162%;
}
.author-bg{
    position: relative;
}
.author-bg:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    left: 28px;
    top: calc(50% - 20px);
    border-radius: 50%;
    background-size: contain;
}
.author-line .author{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: var(--plgchk-blue);
}
.top-author-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.page-blog-category .bread-crumbs .icon-linter,
.page-blog-category .bread-crumbs .link{
    color: var(--plgchk-blue);
    font-weight: 600;
}
.page-blog-category .bread-crumbs span{
    color: var(--plgchk-black-2);
}
.page-blog-category .bread-crumbs{
    margin-bottom: 10px;
}
.bread-crumbs a:hover{
    color: var(--mui-palette-primary-main);
    text-shadow: 0 0 black;
}
.top-author-line .author-ava {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
div#usm-admin-notification-widget {
    display: none !important;
}
.sfsiplus_footerLnk{
    display: none !important;
}
.left-sidebar a.a2a_button_twitter {
    display: none;
}
.left-sidebar .a2a_kit a {
    cursor: pointer;
    transition: none;
    filter: grayscale(1) brightness(0.96);
}
.left-sidebar .addtoany_list a:hover img, .addtoany_list a:hover span{
    opacity: 1;
}
.left-sidebar .a2a_kit a:hover {
    filter: grayscale(0.5) brightness(0.94);
}
.recent-posts-list .date,
.recent-posts-list .date span,
.recent-posts-list .reading-time{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #5C5C5C;
}
.recent-posts-list.slick-slider {
    width: calc(100% + 40px);
    margin: 5px -20px;
}
.recent-posts-list .slick-track {
    padding-top: 5px;
    padding-bottom: 30px;
}
.recent-posts-list .slick-dots {
    position: absolute;
    bottom: 0px;
}
.dot-separate {
    background: url(../images/grey-dots-icon.png) center no-repeat;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -2px;
}
.post-content-part img{
    max-width: 100%;
    height: auto;
}
.recent-post-item .blog-title {
    font-size: 16px;
    color: #16171D;
    margin-bottom: 5px;
    line-height: 1.35;
}
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.post-item.recent-post-item {
    margin: 7px 0 5px;
}
.post-plagiarism-block .btn-scan {
    color: var(--plgchk-black-6);
    background-color: var(--plgchk-white);
    border: 1px solid var(--plgchk-black);
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    transition: color .3s ease, background-color .3s ease;
    text-decoration: none;
    cursor: pointer;
}
.section-blog-list .pagenavi {
    text-align: center;
}
.section-blog-list .wp-pagenavi a,
.section-blog-list .wp-pagenavi span {
    border: none;
}
.section-blog-list span.pages {
    margin-right: 7px;
    font-size: 15px;
    color: #444;
}
.section-blog-list .wp-pagenavi span.current {
    font-weight: bold;
    color: var(--plgchk-blue);
}
.section-blog-list .wp-pagenavi a {
    color: #000;
}
@media(max-width: 1200px){
    .post-page .right-sidebar {
        display: none;
    }
    .post-content-part {
        width: calc(100% - 270px);
    }
    .blog-post-content-row {
        margin-top: 50px;
    }
    .post-item .blog-title {
        font-size: 17px;
    }
    .post-item .blog-title {
        font-size: 18px;
        margin: 8px 0 12px;
    }
    .recent-posts-list {
        gap: 15px;
    }
}
@media(max-width: 991px){
    .post-page .top-post-part .container {
        max-width: 640px;
        width: 96%;
    }
    .post-page .post-header {
        font-size: 30px;
    }
    .top-post-part {
        min-height: auto;
    }
    .blog-post-content-row {
        margin-top: 40px;
    }
    blockquote {
        border-radius: 20px;
        padding: 45px 45px 20px;
        margin: 25px 0;
    }
    blockquote p {
        margin: 10px 0;
    }
    .post-content-part pre {
        overflow: auto;
    }
    blockquote {
        border-radius: 20px;
        padding: 30px 25px 20px 55px;
        margin: 25px 0;
    }
    blockquote:before {
        width: 54px;
        height: 46px;
        top: 40px;
        background-size: contain;
    }
    .section-blog-list .blog-list-row{
        flex-direction: column;
        gap: 40px;
        padding-bottom: 0;
        padding-top: 40px;
    }
    .section-blog-list .blog-list-row .blog-body-item {
        max-width: 100%;
    }
    section.additional-system.ai-detector-additional-system {
        margin-top: 40px;
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .blog-post-body .blog-title a {
        font-size: 25px;
    }
    .post-page .left-sidebar {
        display: none;
    }
    .post-content-part {
        width: 100%;
    }
    .blog-post-content-row {
        margin-top: 30px;
    }
    .post-item {
        max-width: calc(50% - 20px);
        margin: 10px;
    }
    .recent-posts-list.slick-slider {
        width: calc(100% + 20px);
        margin: 5px -10px 30px;
    }
}
@media(max-width: 680px){
    .post-item {
        max-width: 90%;
        width: 350px;
        margin: 10px;
    }
    code {
        max-width: 100vw;
        width: 100%;
        overflow: auto;
    }
    .recent-posts-list.slick-slider {
        width: 96%;
        margin: 5px auto 30px;
        box-sizing: border-box;
    }
    .post-item {
        box-shadow: 0px 0px 5px rgba(22, 28, 49, 0.07), 0px 3px 14px rgba(22, 28, 49, 0.05);
    }
}
@media(max-width: 600px){
    .blog-post-body .blog-title a {
        font-size: 22px;
    }
    .post-page .post-header {
        font-size: 22px;
        margin-bottom: 10px;
    }
    blockquote:before {
        width: 41px;
        height: 36px;
        left: 25px;
        top: -10px;
        background-size: contain;
    }
    blockquote {
        border-radius: 20px;
        padding: 30px 25px 20px 26px;
        margin: 25px 0;
    }
    p, li {
        font-size: 15px;
        line-height: 1.7;
    }
    .blog-post-content-wrapper{
        margin-bottom: 30px;
    }
}
@media(max-width: 400px){
    .post-item .post-item-body {
        min-height: 190px;
        padding: 28px 15px 20px;
    }
    .post-item-footer.author-admin {
        background-position: left 15px center;
    }
    .post-item-footer {
        padding: 20px 10px 20px 70px;
    }
    .post-page .page-title-row .blog-post-date {
        font-size: 14px;
    }
    .post-page .page-title-row .reading-time {
        font-size: 14px;
    }
    .post-info-line .author {
        font-size: 14px;
    }
    .post-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
    .post-info-line {
        gap: 20px;
    }
    .post-page .post-header {
        line-height: 1.4;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 19px;
    }
    .green-social-share {
        flex-direction: column;
        align-items: baseline;
        padding: 10px 20px;
    }
}
@media(max-width: 360px){
    .post-info-line {
        gap: 18px;
    }
}
