/* =========================
   LADS – PINK THEME OVERRIDES
   ========================= */

/* Step number circles */
.game-lads .step-circle {
  background: #f472b6;      /* soft rose */
  color: #3b0a1a;
}

/* Selected product card */
.game-lads .game-product-card.selected {
  border-color: #f472b6;
  box-shadow: 0 0 0 2px rgba(244,114,182,.45);
}

/* Help button */
.game-lads .step-help-btn {
  background: rgba(244,114,182,.25);
  color: #f472b6;
}

/* Pay button */
.game-lads .pay-btn {
  background: linear-gradient(90deg, #f472b6, #ec4899);
  color: #fff;
}

/* Payment method selected */
.game-lads .payment-option.selected {
  border-color: #f472b6;
  box-shadow: 0 0 0 2px rgba(244,114,182,.45);
}

/* Optional: subtle glow on hover */
.game-lads .game-product-card:hover {
  border-color: rgba(244,114,182,.6);
}