.sn-post-listing{--pL-title-color:var(--sn-header-color,#181818);--pL-summary-color:var(--sn-text-color,#656870);--pL-border-color:var(--sn-border-color,#eaeaed);max-width:100%}.sn-post-listing .hs_cos_wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:32px;justify-content:space-between}.sn-post-listing .post-item{border:1px solid var(--pL-border-color);border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:30px}.sn-post-listing .post-item__image-wrapper{border-radius:7px;overflow:hidden}.sn-post-listing .post-item__image{display:block;height:100%;object-fit:cover;width:100%}.sn-post-listing .post-item__image--placeholder{background:var(--pL-border-color);height:100%;min-height:217px;width:100%}.sn-post-listing .post-item__content{display:flex;flex-direction:column;gap:16px}.sn-post-listing .post-item__title a,.sn-post-listing .post-item__title>span{color:var(--pL-title-color);font-size:24px;font-weight:700;line-height:125%;text-decoration:none}.sn-post-listing .post-item__summary{color:var(--pL-summary-color);font-size:16px;font-weight:400;line-height:150%}@media screen and (min-width:768px){.sn-post-listing .hs_cos_wrapper{align-items:stretch;flex-direction:row;justify-content:flex-start}.sn-post-listing .post-item{flex:0 0 calc(50% - 16px)}}