/* La Playlist de Stef: preserve uploaded event photographs, not forced posters. */
body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .vibe-events-poster-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 36px 28px !important;
  align-items: start !important;
}
body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .vibe-events-poster-column {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .img-wpr {
  height: auto !important;
  aspect-ratio: auto !important;
  margin: 0 0 16px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: 0 8px 24px #00000024 !important;
}
body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .img-wpr .img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .stef-event-portrait .img-wpr {
  max-width: 280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .details {
  padding: 0 8px !important;
  overflow-wrap: anywhere;
}
body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .details .title {
  font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
  line-height: 1.4 !important;
}
@media (max-width: 575.98px) {
  body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .vibe-events-poster-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
  }
  body.vibe-site.page-home .vibe-events-posters.stef-events-adaptive .img-wpr {
    border-radius: 12px !important;
    margin-bottom: 12px !important;
  }
}
