/* Briefly V36.6 — More News + More Images */
.v366TopImage{
  width:calc(100% + 36px);
  margin:-18px -18px 14px;
  aspect-ratio:16/8.5;
  overflow:hidden;
  background:var(--b35-bg-soft);
}
.v366TopImage img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.v10TopCard.visual{
  overflow:hidden;
}
.v10FeedCard.visual .v10Thumb{
  min-height:112px;
}
.v10FeedCard.visual .v10Thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.v366DigestImage{
  width:100%;
  max-height:230px;
  object-fit:cover;
  border-radius:16px;
  margin-bottom:12px;
}

/* A little more room for an image-rich feed without making cards huge */
.v10Feed{
  gap:12px!important;
}
