.clw-course-card-widget {
	--clw-primary: #4f46e5;
	--clw-border: #e6e8f0;
	--clw-bg: #f8f9fc;
	--clw-text: #1f2430;
	--clw-muted: #6b7280;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, "Vazirmatn", sans-serif;
	color: var(--clw-text);
	background: #fff;
	border: 1px solid var(--clw-border);
	border-radius: 14px;
	padding: 18px 20px;
	margin: 18px 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-shadow: 0 2px 8px rgba(16,24,40,.05);
}

.clw-ccw-row { font-size: 13.5px; }

.clw-ccw-badge {
	display: inline-block; align-self: flex-start;
	background: linear-gradient(135deg, #f59e0b, #ea580c);
	color: #fff; font-size: 12px; font-weight: 700;
	padding: 5px 13px; border-radius: 999px;
	box-shadow: 0 3px 8px rgba(234,88,12,.25);
}

.clw-ccw-buyers { display: flex; align-items: center; gap: 8px; }
.clw-ccw-icon { font-size: 16px; }

.clw-ccw-progress-wrap { display: flex; flex-direction: column; gap: 6px; }
.clw-ccw-progress-label { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--clw-muted); }
.clw-ccw-progress-bar {
	width: 100%; height: 8px; border-radius: 999px; background: var(--clw-bg);
	overflow: hidden; border: 1px solid var(--clw-border);
}
.clw-ccw-progress-fill {
	height: 100%; border-radius: 999px;
	background: linear-gradient(90deg, #4f46e5, #7c3aed);
	transition: width .3s ease;
}
.clw-ccw-progress-bar.is-urgent .clw-ccw-progress-fill {
	background: linear-gradient(90deg, #dc2626, #f97316);
}
.clw-ccw-progress-bar.is-urgent + .clw-ccw-progress-label,
.clw-ccw-progress-wrap:has(.is-urgent) .clw-ccw-progress-label span:first-child {
	color: #dc2626;
	font-weight: 600;
}

.clw-ccw-ended { color: #d63638; font-weight: 600; }
.clw-ccw-enddate { color: var(--clw-text); }

/* ===== جوایز مرتبط - کارت‌های غنی به‌جای چیپ ساده ===== */
.clw-ccw-prizes-label { font-weight: 700; margin-bottom: 2px; font-size: 13.5px; }
.clw-ccw-prizes-list { display: flex; flex-direction: column; gap: 8px; }

.clw-ccw-prize-card {
	display: flex; align-items: center; gap: 12px;
	background: linear-gradient(135deg, #fffbeb, #fef3c7);
	border: 1px solid #fde68a;
	border-radius: 12px;
	padding: 10px 14px;
	transition: box-shadow 180ms ease, transform 180ms ease;
}
.clw-ccw-prize-card:hover { box-shadow: 0 6px 16px rgba(217,119,6,.15); transform: translateY(-1px); }

.clw-ccw-prize-thumb {
	width: 44px; height: 44px; border-radius: 10px; object-fit: cover; flex-shrink: 0;
	box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
.clw-ccw-prize-thumb-fallback {
	display: flex; align-items: center; justify-content: center;
	background: #fef3c7; font-size: 20px;
}

.clw-ccw-prize-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.clw-ccw-prize-name { font-weight: 700; font-size: 13.5px; color: #78350f; }
.clw-ccw-prize-meta { font-size: 12px; color: #92400e; }
