.premium-cover-image,
.article-side-image,
.story-card-image,
.breaking-bg-image{
  position:relative; overflow:hidden; border-radius:22px;
}
.premium-cover-image img,
.article-side-image img,
.story-card-image img,
.breaking-bg-image img{
  width:100%; height:100%; object-fit:cover; display:block;
}
.breaking-bg-image::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(15,23,42,.12), rgba(15,23,42,.56));
}
.story-card-image{height:180px; margin-bottom:12px}
.article-side-image{height:240px; margin-bottom:14px}
.premium-cover-image{height:320px; margin-bottom:18px}
.breaking-bg-image{position:absolute; inset:0; z-index:0}
.breaking-content-overlay{position:relative; z-index:1}
