/* BLOCO EDITORIAL 3 SEÇÕES */
.block--editorial__three .block__news__list {
    margin: 0 -16px;
    padding: 0 16px;
}

.block--editorial__three .col__l--4:not(:last-child) .block__news__list {
    border-right: 1px solid var(--clr-cnn-grey-1);
}

.block--editorial__three .block__title {
    color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    border-radius: 4px;
    line-height: 22.5px;
    display: inline-block;
    background-color: var(--accent-color);
}

.block--editorial__three .block__title::after {
    display: none;
}

.block--editorial__three .block__news__thumb img {
    width: 194px;
    height: 114px;
}

.block--editorial__three .has--video .block__news__thumb::before {
    top: 56px;
}

@media(max-width: 991px) {
    .block--editorial__three .col__l--4:not(:last-child) .block__read__more {
        margin-bottom: 24px;
    }

    .block--editorial__three .block__title {
        margin-top: 0;
    }

    .block.block--editorial__three .block__news__item>a::before {
        display: none;
    }

    .block--editorial__three .block__news__item:not(:nth-last-child(2)) {
        padding-bottom: 32px;
    }

    .block--editorial__three    .block__news__title {
        margin-top: 0;
        font-weight: 700;
    }

    .block--editorial__three .block__news__thumb {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .block--editorial__three .block__news__item .block__news__thumb figcaption {
        position: relative;
    }

    .block--editorial__three .block__news__item > a:not(.has--thumb) .block__news__title::before,
    .block--editorial__three .block__news__item .block__news__thumb figcaption::before {
        content: "";
        width: 24px;
        height: 12px;
        background-color: var(--accent-color);
    }

    .block--editorial__three .block__news__item .block__news__thumb figcaption::before {
        position: absolute;
        bottom: -16px;
        left: -24px;
    }

    .block--editorial__three .block__news__item .has--video .block__news__thumb figcaption::before {
        display: none;
    }

    .block--editorial__three .block__news__item > a:not(.has--thumb) .block__news__title::before {
        display: block;
        margin-bottom: 3px;
    }

    .block--editorial__three .block__news__thumb img {
        height: 219px;
        min-width: 100vw;
        margin-left: -24px;
        border-radius: unset;
    }

    .block--editorial__three .has--video .block__news__thumb::before {
        top: unset;
        bottom: 96px;
    }

    .block--editorial__three .col__l--4:not(:last-child) .block__news__list {
        border-right: none;
    }
}
