/* ==========================================================================
   Flags — game-specific overrides (most styling comes from /games/fts/_quiz.css)
   ========================================================================== */

/* Most flags are 3:2 or close — frame them like a photo */
.image-container { padding: var(--space-4); }

.image-container img {
  max-width: 360px;
  max-height: 32vh;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45),
              0 0 0 1px rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 600px) {
  .image-container img { max-width: 280px; max-height: 26vh; }
}
