@media screen and (min-width:1024px) {
    .featured-news__row {
        align-items: center;
        display: grid;
        gap: 60px;
        grid-template-columns: 2.95fr 1.05fr
    }
}

@media screen and (min-width:1800px) {
    .featured-news__row {
        gap: 120px
    }
}

.featured-news__content {
    padding: 0 30px
}

@media screen and (min-width:1024px) {
    .featured-news__content {
        padding-left: 60px
    }
}

.featured-news__content .btn {
    margin-top: clamp(2.5rem, 1.6666666667rem + 2.7777777778vw, 5rem)
}

.featured-news__header {
    margin-bottom: clamp(2.5rem, 1.6666666667rem + 2.7777777778vw, 5rem)
}

.featured-news__list .news-link {
    border-bottom: 1px solid var(--wp--preset--color--dark);
    display: flex;
    flex-flow: column;
    gap: 20px 30px;
    padding-bottom: 30px;
    width: 100%
}

.featured-news__list .news-link:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (min-width:1024px) {
    .featured-news__list .news-link {
        align-items: center;
        flex-flow: row
    }
}

.featured-news__list .news-link__heading {
    font-size: clamp(1.5625rem, 1.4583333333rem + .3472222222vw, 1.875rem);
    line-height: clamp(2.1875rem, 2.0833333333rem + .3472222222vw, 2.5rem)
}

@media screen and (min-width:1024px) {
    .featured-news__list .news-link__heading {
        width: calc(100% - 288px)
    }
}

@media screen and (max-width:1023px) {
    .featured-news__list .news-link__heading {
        order: 2
    }
}

@media screen and (min-width:1024px) {

    .featured-news__list .news-link__category,
    .featured-news__list .news-link__date {
        width: 200px
    }
}

@media screen and (max-width:1023px) {

    .featured-news__list .news-link__category,
    .featured-news__list .news-link__date {
        order: 1
    }

    .featured-news__list .news-link svg {
        order: 3
    }
}

.featured-news__image img {
    clip-path: url(#imageClipPath);
    display: block;
    margin-left: auto
}

@media screen and (max-width:1023px) {
    .featured-news__image img {
        display: none
    }
}

.featured-news.primary-dark-texture--bg .dark,
.featured-news.primary-dark-texture--bg .wp-block-heading,
.featured-news.primary-texture--bg .dark,
.featured-news.primary-texture--bg .wp-block-heading,
.featured-news.tertiary-texture--bg .dark,
.featured-news.tertiary-texture--bg .wp-block-heading {
    color: var(--wp--preset--color--light)
}

.featured-news.primary-dark-texture--bg .featured-news__list .news-link,
.featured-news.primary-texture--bg .featured-news__list .news-link,
.featured-news.tertiary-texture--bg .featured-news__list .news-link {
    border-color: var(--wp--preset--color--light)
}

.featured-news.primary-dark-texture--bg .featured-news__list .news-link svg path,
.featured-news.primary-texture--bg .featured-news__list .news-link svg path,
.featured-news.tertiary-texture--bg .featured-news__list .news-link svg path {
    fill: var(--wp--preset--color--light)
}

/*# sourceMappingURL=featured-news.css.map*/