.news-section-editable {
    background: #fff
}

.news-section-editable [data-slider=news-section] {
    margin-bottom: 5rem
}

@media print,
screen and (min-width: 64em) {
    .news-section-editable [data-slider=news-section] {
        margin-bottom: 2.5rem
    }
}

.news-section-editable .slot {
    height: 100%
}

.news-section-editable .slot.news-post {
    padding: 0 1.25rem
}

@media print,
screen and (min-width: 64em) {
    .news-section-editable .slot.news-post {
        padding: 0 0 4rem
    }
}

.news-section-editable .slot.news-post .single-post {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 3px;
    overflow: hidden;
    border-top: 1px solid #ffebd5;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ffebd5;
    border-left: 1px solid #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    min-height: 15rem;
    overflow: hidden;
    transition: border .25s ease-in-out
}

@media print,
screen and (min-width: 64em) {
    .news-section-editable .slot.news-post .single-post {
        padding-top: 7rem
    }

    .news-section-editable .slot.news-post .single-post:hover {
        border: 1px solid #ee7f00
    }
}

.news-section-editable .slot.news-post .single-post .post-cover {
    background-repeat: no-repeat;
    min-height: 20rem;
    background-size: cover;
    background-position: top center
}

@media print,
screen and (min-width: 64em) {
    .news-section-editable .slot.news-post .single-post .post-cover {
        display: none
    }
}

.news-section-editable .slot.news-post .single-post .content-wrapper {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.875rem 1.875rem 1.875rem 2.5rem;
    flex: 0 0 auto;
    background: #fff
}

@media print,
screen and (min-width: 64em) {
    .news-section-editable .slot.news-post .single-post .content-wrapper {
        width: 50%
    }
}

.news-section-editable .slot.news-post .single-post .content-wrapper .post-author,
.news-section-editable .slot.news-post .single-post .content-wrapper .post-date,
.news-section-editable .slot.news-post .single-post .content-wrapper .separator {
    font-size: .6875rem
}

.news-section-editable .slot.news-post .single-post .content-wrapper .post-title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.75rem;
    color: #ee7f00;
    margin-bottom: .9375rem
}

.news-section-editable .slot.news-post .single-post .content-wrapper .post-description {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.33
}