.latest-news__listing-grid-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:40px;flex:1 1 0;display:grid;grid-template-columns:1fr}.latest-news__listing-item-wrapper{width:auto;max-width:100%;display:flex;flex-direction:column;gap:12px}.latest-news__summary-text{font-size:16px;margin-bottom:0px}.latest-news__meta-date{color:var(--p-navy-blue)}.latest-news__read-more-link{color:var(--grey-900)}.latest-news__listing-img-wrapper{display:flex}.latest-news__listing-cover-img{width:100%;max-width:426px;height:240px;object-fit:cover}.latest-news__title-border{border-color:var(--grey-400)}.latest-news__listing-date{margin-top:24px}.latest-news__listing-item-details{height:100%;display:flex;flex-direction:column;gap:12px}.latest-news__listing-item-details .blog-post__tags{flex-wrap:wrap}.latest-news__listing-item-details .blog-post__tag-link{white-space:unset}.blog-post__tag-link--mt-24{margin-top:24px}@media screen and (min-width:1160px){.latest-news__listing-grid-wrapper{grid-template-columns:repeat(auto-fill,minmax(44%,1fr));gap:80px}}@media screen and (min-width:560px) and (max-width:1160px){.latest-news__listing-grid-wrapper{grid-template-columns:repeat(auto-fill,minmax(40%,1fr));gap:clamp(24px,4vw,40px)}}