/* /assets/css/vrasel-media.css */
/* VRASEL media page: tiny brand touches, no global overrides */

#vrasel-media-page .hero .hero__tag{
  max-width: 70ch;
}

#vrasel-media-page .vrasel-media-card h3{
  margin-top: 0;
}

/* Optional: slightly greener glow on the gallery cover */
#vrasel-media-page #media-list .game__img{
  filter: drop-shadow(0 10px 18px rgba(0,255,102,.22))
          drop-shadow(0 0 28px rgba(0,255,102,.14));
}

/* VRASEL Media: force hero stack + center */
#vrasel-media-page .hero{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#vrasel-media-page .hero .hero-banner{
  display: block;
  margin: 0 auto var(--space-4);
  max-width: min(760px, 100%);
  height: auto;
}

/* Center the CTA buttons row (if present) */
#vrasel-media-page .hero .btn-row{
  justify-content: center;
}

/* Visually center the logo art (image canvas is slightly off) */
#vrasel-media-page .hero .hero-banner{
  transform: translateX(-15px);
}