/*
 * Bangkok GRAD — small visual hotfixes
 *
 * Keep this file intentionally small. Use it for urgent post-QA visual fixes
 * that should override the main design-system CSS without broad refactoring.
 */

/* BG-CONTENT-005A: the contained EventReport poster hero looks weak on wide screens.
   Hide it on desktop so report pages start cleanly with breadcrumb/meta/H1. */
@media (min-width: 1024px) {
  .c-hero--report {
    display: none;
  }
}
