.newsroom-card{display:flex;gap:32px;align-items:flex-start;padding:32px 0;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08);transition:all .3s ease}.newsroom-card:hover{transform:translateX(4px)}.newsroom-card:hover .newsroom-card-title{color:#f69438}.newsroom-card-image-wrapper{position:relative;width:240px;height:160px;flex-shrink:0;border-radius:12px;overflow:hidden;background:linear-gradient(308deg,rgba(255,255,255,.08) 1.32%,rgba(255,255,255,.02) 71.13%)}.newsroom-card-image{transition:transform .3s ease}.newsroom-card:hover .newsroom-card-image{transform:scale(1.05)}.newsroom-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.3)}.newsroom-card-content{flex:1 1;display:flex;flex-direction:column;gap:12px;min-width:0}.newsroom-card-title{font-family:N27,sans-serif;font-size:28px;font-weight:400;line-height:1.3;letter-spacing:-.84px;color:#ffffff;margin:0;transition:color .3s ease}.newsroom-card-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.newsroom-card-category{display:inline-block;padding:6px 14px;background:rgba(246,148,56,.15);color:#f69438;border-radius:6px;font-size:14px;font-family:Geist,sans-serif;font-weight:600;border:1px solid rgba(246,148,56,.3)}.newsroom-card-date{font-family:Geist,sans-serif;font-size:14px;font-weight:400;color:rgba(255,255,255,.5)}@media (max-width:768px){.newsroom-card{flex-direction:column;gap:20px;padding:24px 0}.newsroom-card-image-wrapper{width:100%;height:200px}.newsroom-card-title{font-size:24px}.newsroom-card-meta{gap:12px}}@media (max-width:480px){.newsroom-card{padding:20px 0;gap:16px}.newsroom-card-image-wrapper{height:180px}.newsroom-card-title{font-size:20px;letter-spacing:-.6px}.newsroom-card-category{font-size:12px;padding:4px 12px}.newsroom-card-date{font-size:12px}}[data-theme=light] .newsroom-card{border-bottom:1px solid rgba(0,97,193,.1)}[data-theme=light] .newsroom-card:hover .newsroom-card-title{color:#0061C1}[data-theme=light] .newsroom-card-image-wrapper{background:rgba(0,97,193,.05)}[data-theme=light] .newsroom-card-title{color:#1a1a1a}[data-theme=light] .newsroom-card-category{background:rgba(0,97,193,.1);color:#0061C1;border:1px solid rgba(0,97,193,.2)}[data-theme=light] .newsroom-card-date{color:rgba(0,0,0,.5)}[data-theme=light] .newsroom-card-placeholder{color:rgba(0,0,0,.3)}