.single_post {
    background: #f2f2f2;
}

.banner_page > .container {
    padding: 140px 15px 67px;
}

.breadcrumb {
    display: flex;
    grid-column-gap: 6px;
    align-items: center;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
}

.breadcrumb span {
    color: #ffbe00;
}

.breadcrumb span:not(:nth-last-child(1))::after {
    content: ",";
}

.banner_page__row {
    max-width: 878px;
}

.banner_page .headline_section__title {
    position: relative;
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 120%;
    overflow: hidden;
}

.banner_page .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    font-size: 20px;
}

.banner_page .entry-meta a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all;
}

.banner_page .entry-meta a:hover {
    color: #ffbe00;
}

.post-banner-image {
    position: relative;
    width: 100%;
    min-height: 168px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.post-banner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post_content .container {
    max-width: 986px;
}

.entry-content h3 {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
}

.entry-content li::before,
.entry-content #cmplz-document li::before {
    top: 9px;
    left: 10px;
    width: 4px;
    height: 4px;
}

.entry-content p,
.entry-content #cmplz-document p,
.entry-content li {
    font-size: 16px;
    line-height: 135%;
}

strong {
    font-weight: 600;
}


.entry-content p a {
    position: relative;
    color: #000;
    font-weight: 700;
}

.entry-content p a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: rgba(255, 190, 0, 1);
}

.post_content_meta {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
}

.post_content_meta--author a {
    color: #000;
    text-decoration: none;
    transition: 0.3s all;
}

.post_content_meta--author a:hover {
    color: rgba(255, 190, 0, 1);
}

.post_content_meta--share {
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
}

.post_content_meta--share .heateor_sss_sharing_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 5px;
}

.post_content_meta--share .heateor_sss_sharing_ul a {
    margin: 0;
}

.post_content_meta--share .heateor_sss_sharing_ul a::after {
    content: "";
    width: 26px;
    height: 24px;
    display: inline-block;
    transition: 0.3s all;
}

.post_content_meta--share .heateor_sss_sharing_ul a.heateor_sss_email::after {
    background: url("../../images/icon-mail.svg")center center / contain no-repeat;
}

.post_content_meta--share .heateor_sss_sharing_ul a.heateor_sss_button_instagram::after {
    background: url("../../images/icon-instagram.svg") center center / contain no-repeat;
}

.post_content_meta--share .heateor_sss_sharing_ul a.heateor_sss_button_linkedin::after {
    transform: translateY(-2px);
    background: url("../../images/icon-linkedin.svg") center center / contain no-repeat;
}

.post_content_meta--share .heateor_sss_sharing_ul a:hover::after {
    filter: invert(80%) sepia(67%) saturate(3807%) hue-rotate(4deg) brightness(108%) contrast(103%);
}

.post_content_meta--share .heateor_sss_sharing_ul a span {
    display: none !important;
}

@media (min-width: 992px) {
    .banner_page > .container {
        max-width: 1282px;
        min-height: 346px;
        padding: 181px 15px 64px;
    }

    .breadcrumb {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 100%;
    }

    .banner_page .headline_section__title {
        margin-bottom: 29px;
        font-size: 40px;
        line-height: 120%;
    }

    .post-banner-image {
        min-height: 402px;
    }

    .post-banner-image img {
        position: fixed;
    }

    .post_content {
        padding: 73px 0 68px;
    }

    .entry-content h3 {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 135%;
    }

    .entry-content .wp-block-quote {
        max-width: calc(100% + 44px);
        width: calc(100% + 44px);
        margin: 0 0 63px -22px;
        padding: 11px 45px 0;
        border-left: 1px solid #000;
    }

    .entry-content .wp-block-image.size-full {
        max-width: calc(100% + 76px);
        width: calc(100% + 76px);
        margin: 45px 0 57px -38px;
    }

    .entry-content p + ul {
        margin-top: -44px;
    }

    .entry-content .wp-block-video {
        max-width: calc(100% + 68px);
        width: calc(100% + 68px);
        margin: 56px 0 51px -34px;
    }

    .wp-block-group__inner-container p + p {
        margin-top: -41px;
    }

    .post_content_meta {
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .breadcrumb {
        align-items: flex-start;
    }

    .post_content {
        padding: 53px 0 39px;
    }

    .entry-content .wp-block-quote {
        margin-bottom: 47px;
        padding: 0 0 40px;
        border-bottom: 1px solid #000;
    }

    .entry-content .wp-block-quote h3 {
        font-size: 16px;
        line-height: 135%;
    }

    .entry-content .wp-block-quote p  {
        font-size: 14px;
        line-height: 135%;
    }

    .entry-content p + ul {
        margin-top: -18px;
    }

    .entry-content li:not(:nth-last-child(1)) {
        margin-bottom: 1px;
    }

    .entry-content .wp-block-video {
        margin: 65px 0 41px;
    }

    .entry-content .wp-block-video + .wp-block-group p {
        font-size: 14px !important;
    }

    .entry-content .has-text-align-right {
        text-align: left;
    }

    .entry-content .wp-block-image.size-full {
        margin: 52px 0 48px;
    }

    .banner_page .entry-meta a {
        color: #ffbe00;
    }

    .post_content_meta {
        grid-row-gap: 1px;
        padding-top: 12px;
    }

    .post_content_meta--share p {
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .banner_page .entry-meta {
        grid-column-gap: 6px;
        font-size: 16px;
    }
}