/* .block-post-listings .category-filter .category-filter-item{padding:.75rem 2rem;display:inline-block;text-decoration:none;font-weight:500;border-radius:10px;}
.block-post-listings .category-filter .category-filter-item.active{background:#3B0086;color:#ffffff;font-weight:bold;} */

.block-post-listings .category-filter{margin-bottom:2rem;width:calc(33% - 20px);}
.block-post-listings .category-filter label{font-size:2rem;font-weight:bold;display:block;margin-bottom:.35rem;}
.block-post-listings .category-filter select{border-radius:0px;}

@media(max-width:1024px){
    .block-post-listings .category-filter{width:100%;}
}