.single-post {
    background-color: #fff;
}

.single-post .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none;
}

.single-post .news-content__inner {
    padding-right: 43px;
}

.single-post .news-content__inner .news-content__main {
    padding-bottom: 50px;
    border-bottom: 1px solid #E9E9E9;
}

.news-content__image img {
    width: 100%;
}

.single-post .news-content__header {
    margin-bottom: 50px;
}

.news-content__container .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 142px;
}

.news-content__container .news-content .news-back-to-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.news-content__container .news-content .news-back-to-list a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.news-content__container .news-back-to-list__inner {
    overflow: hidden;
}

.news-content__container .news-back-to-list__inner .viewport--box-item {
    --ease-in-out-soft: cubic-bezier(.4,.15,0,1);
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity .75s var(--ease-in-out-soft),-webkit-transform .75s var(--ease-in-out-soft);
    transition: opacity .75s var(--ease-in-out-soft),-webkit-transform .75s var(--ease-in-out-soft);
    -o-transition: opacity .75s var(--ease-in-out-soft),transform .75s var(--ease-in-out-soft);
    transition: opacity .75s var(--ease-in-out-soft),transform .75s var(--ease-in-out-soft);
    transition: opacity .75s var(--ease-in-out-soft),transform .75s var(--ease-in-out-soft),-webkit-transform .75s var(--ease-in-out-soft);
}

.news-content__container .news-back-to-list__inner .viewport--box-item.is-in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.news-content__gallery .news-content__gallery-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.news-content__gallery .news-content__gallery-column > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.news-content__gallery .news-content__gallery-column > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.news-content__gallery-item img {
    aspect-ratio: 440 / 320;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.news-content__header .news-content__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.news-content__header .news-content__meta .news-content__date {
    padding: 3px 10px;
    background: #F5F5F5;
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.news-content__category {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    text-transform: capitalize;
}

.news-content__content p,
.news-content__content-below p {
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 23px;
}

.news-content__content .animation--text-line:last-child p,
.news-content__content-below .animation--text-line:last-child p {
    margin-bottom: 0;
}

.news-content__inner .news-content__image,
.news-content__inner .news-content__content,
.news-content__inner .news-content__gallery {
    margin-bottom: 50px;
}

.news-content__image.content__image--top .viewport--media-inner {
    padding-bottom: 35.54%;
    position: relative;
}

.news-content__image.content__image--top .news-content__image-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

@media only screen and (max-width: 1400px) {
    .single-post .news-content__inner {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .news-content__container .news-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 40px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .news-content__container .news-content .news-back-to-list {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .single-post .news-content__inner {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}

@media only screen and (max-width: 767.98px) {
    .news-content__gallery-item img,
    .news-content__image img {
        aspect-ratio: 330 / 320;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }

    .news-content__gallery .news-content__gallery-column {
        grid-template-columns: repeat(1, 1fr);
    }

    .single-post .news-content__inner .news-content__main {
        padding-bottom: 40px;
    }

    .single-post .news-content__header,
    .news-content__inner .news-content__image,
    .news-content__inner .news-content__content,
    .news-content__inner .news-content__gallery {
        margin-bottom: 40px;
    }

    .news-content__image.content__image--top .viewport--media-inner {
        padding-bottom: 0;
    }

    .news-content__image.content__image--top .news-content__image-img {
        position: static;
    }
}