.sn-post-listing{--pL-title-color:var(--sn-header-color,#181818);--pL-date-color:var(--sn-red,#da4002);--pL-summary-color:var(--sn-text-color,#656870);--pL-tag-bg-color:var(--sn-green,#4caf50);--pL-tag-text-color:var(--white,#fff);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{box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.sn-post-listing .post-item__image-wrapper{border-radius:10px;height:270px;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:#eaeaed;height:100%;width:100%}.sn-post-listing .post-item__content{display:flex;flex-direction:column;gap:8px}.sn-post-listing .post-item__tags{display:none;flex-direction:row;flex-wrap:wrap;gap:8px;row-gap:4px}.sn-post-listing .post-item__tag{background:var(--pL-tag-bg-color);border-radius:40px;color:var(--pL-tag-text-color);font-size:12px;font-weight:700;padding:2px 12px;text-decoration:none;white-space:nowrap}.sn-post-listing .post-item__date{color:var(--pL-date-color);font-size:16px;font-weight:500;line-height:160%;text-transform:uppercase}.sn-post-listing .post-item__title a,.sn-post-listing .post-item__title>span{color:var(--pL-title-color);font-size:20px;font-weight:700;line-height:125%;text-decoration:none}.sn-post-listing .post-item__summary{display:-webkit-box;font-size:16px;font-weight:400;line-height:150%;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--pL-summary-color);overflow:hidden}@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 47%}.sn-post-listing .post-item__title a .sn-post-listing .post-item__title>span{font-size:32px}.sn-post-listing .post-item__link{margin-top:16px}}@media screen and (min-width:1220px){.sn-post-listing .post-item{flex:0 0 calc(33.33333% - 22px)}}