.single_post_template img.wp-post-image {
    width: 100%;
    height: auto !important;
    display: block;
    margin-bottom: 3rem;
}

.single_post_template #sidebar ul.wp-block-latest-posts li:not(:last-child),
.single_post_template #sidebar ul.wp-block-related-posts li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.single_post_template #sidebar ul.wp-block-latest-posts li a {
    color: #636363;
}

.single_post_template #sidebar ul {
    padding-left: 0 !important;
    list-style: none;
}

.single_post_template #sidebar form[role="search"] {
    display: none;
}

.single_post_template span.cat-links {
    font-weight: 600;
}

.single_post_template span.cat-links a {
    font-weight: 400;
}

#comments p.comment-form-comment label {
    display: block;
    margin-bottom: 10px;
}

.single-post #comments input#submit {
    padding: 10px 15px;
}

.post-meta {
    display: block !important;
}

.post-excerpt {
    border-top: 2px solid #e1e1e1;
}

.title_wrapper .post_title {
    color: #000;
    font-style: italic;
    font-weight: 800;
}

.post-meta span {
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-meta>span,
.post-meta>span a {
    color: #636363 !important;
}

@media (min-width:992px) {
    .post-meta>span {
        margin-right: 8% !important;
    }
    .title_wrapper .post_title {
        font-size: 38px;
    }
    .post_content h2 {
        font-size: 36px;
    }
}

.post_content h3 {
    font-size: 24px;
}

.post_content h2 span[style="text-decoration: underline;"],
.post_content h3 span[style="text-decoration: underline;"],
.post_content h4 span[style="text-decoration: underline;"] {
    text-decoration: none !important;
}

.post_content h2,
.post_content h3,
.post_content h4 {
    color: #060606;
    font-style: normal;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
}

.post_content iframe {
    width: 100% !important;
}

.single-post .post_content a,
.single-post .post-excerpt a {
    color: var(--red-color);
    word-wrap: break-word;
}

.single_post_template #sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.single_post_template #sidebar h2:after {
    position: absolute;
    content: '';
    width: 100%;
    display: block;
    top: 0;
    left: -20px;
    height: 16px;
    z-index: -1;
    background: var(--WB_green);
}

.single_post_template #primary {
    padding: 0 20px 20px 20px !important;
}

.single_post_template #primary .wp-block-latest-posts {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

@media (min-width:992px) {
    .single_post_template #sidebar h2 {
        font-size: 24px;
    }
    .grid_area {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: 1fr auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .header_content {
        grid-area: 1 / 1 / 2 / 9;
    }
    .post_content_wrapper {
        grid-area: 2 / 1 / 3 / 9;
    }
    .sidebar_blog {
        grid-area: 2 / 9 / 3 / 13;
    }
}