/* ==========================================================================
   For post launch / adhoc changes
   ========================================================================== */
.zap-competition-question-hint {
	padding: 1rem;
	background-color: #F8D7DA;
	border: 1px solid #F5C2C7;
	border-radius: .5rem;
	color: #842029;
	font-size: 1rem;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
}

/**
 * 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;
}

/**
 * Hide wallets on order received
 */
body.woocommerce-order-received .outer-header header .wallet {
    display: none;
}