/* ==========================================================================
   For post launch / adhoc changes
   ========================================================================== */

/**
 * Zap Games - Instant Win Games
 */
.zap-game-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.zap-game-canvas {
  width: 100%;
  max-height: 80vh;
  margin-bottom: 1rem;
  border-radius: 3px;
  aspect-ratio: 3 / 4;
}