/* Le jeu reste dans le panneau blanc et sous l’en-tête du catalogue. */
.resource-card[data-short-game] .resource-thumbnail {
  height: auto;
  aspect-ratio: 9 / 4;
}
.short-game-frame {
  display: block;
  width: 100%;
  height: 700px;
  min-height: 260px;
  border: 0;
  background: transparent;
}
.short-game-view { min-width: 0; max-width: 900px; margin: 0 auto; }
.catalogue-game-view .catalogue-controls,
.catalogue-game-view .section-heading { display: none; }
.catalogue-game-view .hero { margin-bottom: 4px; }
.catalogue-game-view .hero-lead { display: none; }
.notion-icon > img { width: 100%; height: 100%; object-fit: contain; }
.catalogue-breadcrumb a {
  display: inline-block;
  align-content: center;
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid #d8e4ef;
  border-radius: 999px;
  color: var(--blue);
  background: #f7fafc;
  font-weight: 760;
  text-decoration: none;
}
.catalogue-breadcrumb a:hover,
.catalogue-breadcrumb a:focus-visible { border-color: #a9c9e8; background: #edf5fc; }
@media (max-width: 600px) {
  .catalogue-game-view.main-panel { padding-inline: 12px; }
}

/* Le Tec-tec utilise toute la largeur du panneau disponible. */
.short-game-view:has(.tec-tec-frame){max-width:1200px}
