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

.zap-game-canvas {
  width: 100%;
  max-height: 90vh;
  margin-bottom: 1rem;
  border-radius: 6px;
  aspect-ratio: 9/16;
}

.zap-game-ticket-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  list-style: none;
  gap: 0.25rem;
}

/*# sourceMappingURL=zap-games.css.map */
