/* ConsultDesk — Promotions front-end */
.cd-promo-overlay {
	position: fixed; inset: 0; z-index: 200001;
	background: rgba(15,23,33,.65); display: flex; align-items: center; justify-content: center;
}
.cd-promo-popup {
	background: #fff; border-radius: 12px; padding: 28px 24px; max-width: 420px; width: 94%;
	text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.cd-promo-popup--wheel { max-width: 400px; }
.cd-wheel-title { font-size: 1.5rem; margin: 0 0 4px; }
.cd-wheel-sub   { color: #6b7280; margin-bottom: 16px; }
.cd-wheel-wrap  { position: relative; display: inline-block; }
.cd-wheel-pointer { font-size: 1.8rem; color: #0f4c5c; margin: -6px 0 4px; }
#cd-wheel-result-title { color: #0f4c5c; }

.cd-prizes-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 14px; }
.cd-prize-card { border: 1px solid #e5e7eb; border-radius: 8px; padding: 14px; text-align: center; }
.cd-prize-card--provided { border-color: #16a34a; background: #f0fdf4; }
.cd-prize-card--matched  { border-color: #d97706; background: #fffbeb; }
.cd-prize-card__img { max-width: 80px; max-height: 80px; object-fit: contain; margin: 0 auto 8px; display: block; }
.cd-prize-card h4  { margin: 0 0 4px; font-size: 1rem; }
.cd-prize-card__type   { font-weight: 600; color: #0f4c5c; margin: 4px 0; }
.cd-prize-card__source { font-size: 0.8rem; color: #9ca3af; margin: 0 0 8px; }
.cd-prize-card__note   { font-size: 0.82rem; color: #475569; margin-top: 6px; font-style: italic; }
.cd-pill.cd-pill--matched { background: #fef3c7; color: #92400e; }
.cd-promo-code-block { margin: 14px 0; }
