.blog-listing__list{border-top:1px solid var(--border-color,color-mix(in srgb,currentColor,transparent 85%));display:flex;flex-direction:column}.newsroom-row{align-items:center;border-bottom:1px solid var(--border-color,color-mix(in srgb,currentColor,transparent 85%));box-sizing:border-box;color:inherit;display:flex;gap:24px;justify-content:space-between;margin:0;padding:24px;text-decoration:none;transition:background-color .2s ease;width:100%}.newsroom-row:hover{background-color:color-mix(in srgb,currentColor,transparent 96%)}.newsroom-row:after{content:none}.newsroom-row--hidden{display:none}.newsroom-row__content{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;min-width:0}.newsroom-row .newsroom-row__title{display:-webkit-box;-webkit-line-clamp:2;margin:0;-webkit-box-orient:vertical;overflow:hidden}.newsroom-row .newsroom-row__date{font-size:.875rem}.blog-listing a.newsroom-row .newsroom-row__title,.blog-listing a.newsroom-row:focus .newsroom-row__title,.blog-listing a.newsroom-row:hover .newsroom-row__title{color:var(--heading-color)}.blog-listing a.newsroom-row .newsroom-row__date,.blog-listing a.newsroom-row:focus .newsroom-row__date,.blog-listing a.newsroom-row:hover .newsroom-row__date{color:var(--body-color)}.newsroom-row__thumb{border-radius:8px;flex:0 0 auto;height:80px;overflow:hidden;width:120px}.newsroom-row__thumb img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.newsroom-row:hover .newsroom-row__thumb img{transform:scale(1.05)}.blog-listing__action{display:flex;justify-content:center;margin-top:2rem}@media (min-width:992px){.newsroom-row{gap:40px}}@media (prefers-reduced-motion:reduce){.newsroom-row,.newsroom-row__thumb img{transition:none}.newsroom-row:hover .newsroom-row__thumb img{transform:none}}