.page-template-templatesresources-php .header:before,
.archive.category .header:before{
    background: url(/wp-content/themes/wand/images/resources-bg.png) no-repeat center top/100vw,
    linear-gradient(180deg, #28044A -31.93%, #0C051E 63.09%);
}

.resources-section__title{
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    background: linear-gradient(180deg, #FFF 47.74%, #C5B6D3 100%);
    background: linear-gradient(180deg, color(display-p3 1 1 1) 47.74%, color(display-p3 0.7627 0.7155 0.8179) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 60px 0 54px;
}

@media (max-width: 768px){
    .resources-section__title{
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        margin: 20px 0 28px;
    }
}

.resources-section__categories{
    display: flex;
    justify-content: center;
    padding: 0 0 40px;
    margin: 0 0 40px;
    background: url(/wp-content/themes/wand/images/resources-line.png) no-repeat center bottom;
}

@media (max-width: 768px){
    .resources-section__categories{
        justify-content: flex-start;
        padding: 0 0 24px;
        margin: 0 0 28px;
    }

    .resources-section__categories-inner{
        display: flex;
        overflow-x: auto;
    }
}

.resources-section__category{
    position: relative;
    border-radius: 62px;
    padding: 14px 16px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    white-space: nowrap;

    &:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 62px;
        transition: opacity .3s;
        opacity: 0;
        z-index: -1;
        background: linear-gradient(180deg, #FF0076 0%, #C200A8 100%);
        background: linear-gradient(180deg, color(display-p3 0.9765 0.1804 0.4667) 0%, color(display-p3 0.6974 0.1278 0.6404) 100%);
    }
}

.resources-section__category + .resources-section__category{
    margin: 0 0 0 20px;
}

@media (max-width: 768px){
    .resources-section__category{
        padding: 11px 12px;
    }

    .resources-section__category + .resources-section__category{
        margin: 0 0 0 8px;
    }
}

.resources-section__category:hover,
.resources-section__category--active{
    &:before{
        opacity: 1;
    }
}

.resources-section__content{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 130px;
}

.resources-section__content-post{
    max-width: 280px;
    margin-bottom: 40px;
    text-decoration: none;
}

@media (max-width: 768px){
    .resources-section__content-post{
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.resources-section__no-posts{
    text-align: center;
    width: 100%;
}

.resources-section__content-post--video .resources-section__content-post-image:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    pointer-events: none;
    background: url(/wp-content/themes/wand/images/icon-play.png) no-repeat center/contain;
}

.resources-section__content-post + .resources-section__content-post:not(:nth-child(4n+1)){
    margin-left: 32px;
}

@media (max-width: 1280px){
    .resources-section__content{
        grid-gap: 32px;
        margin: 0;
    }

    .resources-section__content-post + .resources-section__content-post:not(:nth-child(4n+1)){
        margin-left: 0;
    }
}

@media (max-width: 768px){
    .resources-section__content{
        grid-gap: 0;
    }
}

.resources-section__content-post-image{
    position: relative;
    aspect-ratio: 280/200;
    border-radius: 24px;
    margin: 0 0 19px;
}

@media (max-width: 768px){
    .resources-section__content-post-image{
        aspect-ratio: 320/200;
    }
}

.resources-section__content-post-image img{
    border-radius: 24px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.resources-section__content-post-category{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2px;
    opacity: .5;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.resources-section__content-post-title{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 15px;
}

@media (max-width: 768px){
    .resources-section__content-post-title{
        font-size: 16px;
        margin: 0 0 12px;
    }
}

.resources-section__content-post-date{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .5;
}