.newsroom-page{padding:40px 0 60px;background:#f7f7f7}.newsroom-page__breadcrumb{margin-bottom:16px}.newsroom-page__breadcrumb a,.newsroom-page__breadcrumb span{font-size:13px;color:#6e6e73;text-decoration:none}.newsroom-page__breadcrumb a:hover{color:#005aaa}.newsroom-page__title{font-size:32px;font-weight:600;color:#292929;margin:0 0 8px}.newsroom-page__subtitle{font-size:15px;color:#6e6e73;margin:0 0 32px}.newsroom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.newsroom-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.newsroom-card__img{aspect-ratio:16/9;overflow:hidden;background:#f0f0f5}.newsroom-card__img img{width:100%;height:100%;object-fit:cover;display:block}.newsroom-card__body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.newsroom-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.newsroom-card__category{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#005aaa;background:#e8f0fb;padding:3px 8px;border-radius:100px}.newsroom-card__date{font-size:12px;color:#6e6e73}.newsroom-card__title{font-size:16px;font-weight:600;color:#292929;line-height:1.4;margin:0}.newsroom-card__excerpt{font-size:13px;color:#6e6e73;line-height:1.6;margin:0;flex:1}.newsroom-card__link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#005aaa;text-decoration:none;margin-top:8px}.newsroom-card__link:hover{color:#003f7f}.newsroom-empty{text-align:center;padding:60px 16px;font-size:15px;color:#6e6e73}@media (max-width:1023px){.newsroom-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.newsroom-grid{grid-template-columns:1fr}.newsroom-page__title{font-size:24px}}