@charset "utf-8";
/* ==========================================================================
   news.html — page-local additions only.
   Everything else comes from main.css. No colour literals: any colour used
   here must be a token from main.css §01.
   ========================================================================== */

/* Inline BanCon player sitting inside a full-width card: hold it to a
   comfortable measure instead of stretching across the container. */
.news-card__media {
  margin-top: 24px;
  max-width: 760px;
}

/* Archive gallery rows: uniform 16:9 thumbs regardless of source crop. */
.gallery--thumbs {
  max-width: 900px;
}

.gallery--thumbs img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
