/* By Night V222 — métadonnées compactes et centrées, sans filtres Reportages/Actualités. */

/* Les anciennes zones de filtres ne doivent laisser ni contrôle ni espace résiduel. */
.home-report-filter-shell,
.home-news-filter-shell {
  display:none!important;
}

body:has(.home-screen-editorial) .home-screen-editorial > .container {
  grid-template-rows:minmax(0,1fr)!important;
}

[data-home-section="news"] > .container {
  grid-template-rows:auto minmax(0,1fr)!important;
}

/* Même langage visuel que les informations des cartes du Guide, centré sur la carte. */
.home-event-context-date,
.home-report-context-date {
  top:0!important;
  left:50%!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:calc(100% - 14px)!important;
  padding:4px 6px!important;
  overflow:hidden!important;
  transform:translateX(-50%)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-top:0!important;
  border-radius:0 0 7px 7px!important;
  background:rgba(7,5,10,.72)!important;
  box-shadow:none!important;
  color:#fff!important;
  font-size:clamp(.4rem,.48vw,.52rem)!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-align:center!important;
  text-overflow:ellipsis!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  text-shadow:0 1px 4px rgba(0,0,0,.95)!important;
  -webkit-backdrop-filter:blur(7px)!important;
  backdrop-filter:blur(7px)!important;
}

.home-event-venue-name,
.home-report-venue-name {
  right:7px!important;
  bottom:6px!important;
  left:7px!important;
  width:auto!important;
  min-height:0!important;
  max-width:none!important;
  padding:0!important;
  overflow:hidden!important;
  transform:none!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.82)!important;
  font-size:clamp(.39rem,.46vw,.5rem)!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-align:center!important;
  text-overflow:ellipsis!important;
  text-transform:none!important;
  white-space:nowrap!important;
  text-shadow:0 1px 5px rgba(0,0,0,.98)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

@media (max-width:520px) {
  .home-event-context-date,
  .home-report-context-date {
    max-width:calc(100% - 10px)!important;
    padding:3px 4px!important;
    font-size:clamp(.38rem,1.7vw,.47rem)!important;
  }

  .home-event-venue-name,
  .home-report-venue-name {
    right:5px!important;
    bottom:5px!important;
    left:5px!important;
    font-size:clamp(.37rem,1.65vw,.46rem)!important;
  }
}
