.blog-feed-block * {
    color: var(--brand-dark-purple)!important;
}
.blog-feed-block .recent_offset_post {
    padding: 45px;
    border-radius: var(--global-border-radius);
    /*border: solid 2px var(--tint-grey);*/
    position: relative;
    display: block;
    text-decoration: none !important;
    transition: ease all 0.5s;
    transform: scale(0.98);
}

.blog-feed-block .recent_offset_post:nth-of-type(1),
.blog-feed-block .recent_offset_post:nth-of-type(2),
.blog-feed-block .recent_offset_post:nth-of-type(3) {
    margin-bottom: 20px;
}

.blog-feed-block .recent_offset_post div.button.arrow {
    position: absolute;
    bottom: 45px;
    right: 45px;
    transition: ease all 0.5s;
}

.blog-feed-block .recent_offset_post:hover div.button.arrow {
    /*-webkit-box-shadow: 1px 1px 15px 0px rgba(254,81,69,0.7);*/
    /*box-shadow: 1px 1px 15px 0px rgba(254,81,69,0.7);*/
    transform: scale(1.05);
}

.blog-feed-block .recent_offset_post:hover {
    transform: scale(1);
}

.blog-feed-block .recent_offset_post:hover p.grey {
    color: var(--brand-dark-purple);
}



.blog-feed-block .recent_offset_post span.featured-tab {
    background-color: var(--brand-red);
    color: white;
    border-radius: 5px;
    padding: 4px 7px;
    font-weight: bold;
    line-height: 1;
    margin-right: 15px;
    font-size: 13px;
}

.blog-feed-block .recent_offset_post.mobile-featured-post {
    display: none;
}

.blog-feed-block .desktop-feature-post {
    display: block;
}

.blog-feed-block .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blog-feed-block div.button.tag.light_blue_button {
    display: inline-block;
    background-color: #EEEBF2;
    color: var(--brand-dark-purple);
    font-size: 13px;
    padding: 12px 24px;
    border-radius: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
    line-height: 22px;
    transition: ease all 0.2s;
}

.blog-feed-block .claim-filter label span, a.button.tag.light_blue_button, .blog-feed-block div.button.tag.light_blue_button {
    position: absolute;
    padding: 12px 24px;
    line-height: 1;
    top: 10px;
    left: 10px;
    background-color: var(--brand-dark-purple);
    color: white !important;
}

.blog-feed-block .picture_link_blog:hover div.button.tag.light_blue_button {
    background-color: var(--tint-lilac);
}
.blog-feed-block a.button.primary {
    color: var(--global-white)!important;
}
.blog-feed-block a.button.secondary {
    color: var(--brand-red)!important;
}
.blog-feed-block:has(+ .nw-cta-banner-block) {
    margin-bottom: 30px;
}
.blog-feed-block .picture_link_blog .global-border-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media(max-width: 991.98px) {
    .blog-feed-block .recent_offset_post {
        padding: 30px;
    }

    .blog-feed-block .recent_offset_post div.button.arrow {
        bottom: 30px;
        right: 30px;
    }
}


@media(max-width: 767.98px) {

    .blog-feed-block .desktop-feature-post {
        display: none;
    }

    .blog-feed-block .recent_offset_post.mobile-featured-post {
        display: block;
    }

    .blog-feed-block .button-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .blog-feed-block .recent_offset_post:nth-of-type(1),
    .blog-feed-block .recent_offset_post:nth-of-type(2),
    .blog-feed-block .recent_offset_post:nth-of-type(3) {
        margin-bottom: 15px;
    }

    .blog-feed-block .recent_offset_post {
        padding: 20px;
    }
}

@media(max-width: 575px) {
    .blog-feed-block .recent_offset_post span.featured-tab,
    .blog-feed-block .recent_offset_post p.grey {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .blog-feed-block .recent_offset_post span.ml1 {
        margin-left: 3px !important;
    }
    .blog-feed-block .recent_offset_post span.mr1 {
        margin-right: 3px !important;
    }
}