/* Mrągowo Bus 9.25 — media integrity: pełny kadr bez obcinania treści */
/* History / events */
.history-unified .history-unified-hero-media>img,
.history-unified .hero-media>img,
.history-unified .hero-aside>img,
.history-unified .event-feature-media img,
.history-unified .event-card-media img,
.history-unified .event-poster img,
.history-unified .event-detail-hero .history-unified-hero-media>img,
.history-unified .tile img,
.history-unified .photo img,
.history-unified .photo-card img,
.history-unified .curio-media img,
.history-unified .curio-feature img,
.history-page .history-photo-card img,
.history-photo-teaser-card img,
.history-commons-media img{
  object-fit:contain!important;
  object-position:center!important;
  background:linear-gradient(145deg,#071824,#04101a)!important;
}
.history-unified .event-card-media,
.history-unified .event-index-card .event-card-media{
  aspect-ratio:4/5!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(145deg,#0b2638,#061522)!important;
}
.history-unified .event-card-media img{width:100%!important;height:100%!important;padding:0!important}
.history-unified .event-feature-media img{min-height:0!important}
.history-unified .event-poster img{aspect-ratio:4/5!important}
.history-unified .history-unified-hero-media>img,
.history-unified .hero-media>img,
.history-unified .hero-aside>img{
  object-fit:contain!important;
  padding:8px!important;
}
/* Public business/place/content photos — preserve entire photograph */
.place-media img,.place-detail-gallery img,.seo-photo,.auto-card-media img,.clean-card-media img,
.standard-hero-media img,.food-photo img,.bp-hero-media img,.bp-card img,.bp-gallery img,.bp-menu-item img,
.gallery-card img,.gallery-card-photo img,.mb-story-cover-main,.today-upcoming-thumb img,.local-card-media img,
.market-media img,.market-preview-tile img,.market-media-grid img,.market-media>img,.today-event-media img,.today-place-thumb img,
.showcase-card img,.google-place-photo img{
  object-fit:contain!important;
  object-position:center!important;
  background:#061522!important;
}
/* Keep decorative backgrounds, videos and avatars unchanged. */

/* Exact slot ratios for editorial event artwork */
.history-unified .events-hero .history-unified-hero-media>img,
.history-unified .event-detail-hero .history-unified-hero-media>img{
  aspect-ratio:16/10!important;
  width:100%!important;
  height:auto!important;
  max-height:420px!important;
  object-fit:contain!important;
}
.history-unified .event-index-card .event-card-media,
.history-unified .event-poster{
  aspect-ratio:4/5!important;
}
.history-unified .event-index-card .event-card-media img,
.history-unified .event-poster img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:4/5!important;
  object-fit:contain!important;
}
/* General safety: public editorial images must never overflow their frame. */
.history-unified img,.history-page img,.seo-wrap img,.portal-shell img{
  max-width:100%;
}
