.hs-blog-post-listing{grid-template-columns:1fr 1fr;grid-gap:3rem;display:grid;flex-wrap:none}.hs-blog-post-listing__post{display:grid;grid-template-columns:1fr;grid-gap:1rem}.hs-blog-post-listing__post-title{font-size:1.4rem}.hs-blog-post-listing__post img{height:100%;object-fit:cover;position:relative}.hs-blog-post-listing__post-image--card{overflow:hidden;padding-bottom:75%;position:relative}.hs-blog-post-listing__post-tags{display:flex;gap:1rem;margin-bottom:2rem}.hs-blog-post-listing__post-tag{background-color:#f7f7f7;border:none;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.hs-blog-post-listing__post-tag:hover{background-color:#e0e0e0}.hs-blog-post-listing__post-tag.selected{background-color:red;color:#fff}.hs-blog-post-listing__post-tag.disabled{background-color:#e0e0e0;color:#888;cursor:not-allowed}@media (max-width:991px){.hs-blog-post-listing{grid-template-columns:1fr 1fr}}@media (max-width:580px){.hs-blog-post-listing{grid-template-columns:1fr}}