.blog-posts-grid .post-item{background-color:rgb(var(--white));border:1px solid #e8ecee;border-radius:10px;box-shadow:0 4px 20px rgba(0,35,75,.05);overflow:hidden}.blog-posts-grid .post-item .no-featured-image,.blog-posts-grid .post-item .post-featured-image{height:387px;overflow:hidden;position:relative}.blog-posts-grid .post-item .no-featured-image a,.blog-posts-grid .post-item .post-featured-image a{-webkit-filter:none;filter:none}.blog-posts-grid .post-item .post-featured-image .filter{background-image:linear-gradient(180deg,rgba(0,0,0,.1) 51.04%,#000);bottom:0;display:block;left:0;opacity:.8;position:absolute;right:0;top:0;transition:opacity .25s ease-in;z-index:2}.blog-posts-grid .post-item .post-featured-image a:hover .filter{opacity:.9}.blog-posts-grid .post-item .post-featured-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;transition:transform .25s ease-in;width:100%;z-index:1}.blog-posts-grid .post-item:hover .post-featured-image img{transform:scale(1.05)}.blog-posts-grid .post-item .no-featured-image{align-items:center;display:flex;justify-content:center}.blog-posts-grid .post-item .no-featured-image a{background-color:rgb(var(--primary-80));display:block;flex:1 1 auto;height:100%;transition:background-color .25s ease-in;width:100%}.blog-posts-grid .post-item .no-featured-image a:hover{background-color:rgb(var(--primary-100))}.blog-posts-grid .post-item .post-container{padding:0 20px 30px;position:relative;z-index:4}.blog-posts-grid .post-item .post-headline{left:0;padding:0 20px;position:absolute;right:0;top:0;transform:translateY(-95%)}.blog-posts-grid .post-item .post-headline .post-title{margin-bottom:0;margin-top:0}.blog-posts-grid .post-item .post-headline .post-title a{text-decoration:none}.blog-posts-grid .post-item .post-headline .post-title a:hover{-webkit-filter:none;filter:none}.blog-posts-grid .post-item .post-headline .post-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.blog-posts-grid .post-item .post-headline .post-tags a{background-color:rgb(var(--secondary-20));border-radius:5px;color:rgb(var(--neutral-500));display:inline-block;font-size:.875rem;font-weight:600;padding:4px 10px;text-decoration:none;text-transform:uppercase}.blog-posts-grid .post-item .post-content{padding-top:20px}.blog-posts-grid .post-item .post-content .post-excerpt{color:rgb(var(--neutral-400));margin-bottom:30px;margin-top:0}.blog-posts-grid .post-item .post-content .post-link{margin-bottom:0;margin-top:0}