.elementor-widget-pxs-boosted.pxs-csp-boosted--hidden {
	display: none !important;
}

.pxs-boosted-widget {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.pxs-boosted-widget__section-title {
	margin: 0 0 12px;
	padding: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0f172a;
}

.pxs-boosted-widget__sales-summary {
	margin: 0 0 14px;
	padding: 0;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	color: #334155;
}

.pxs-boosted-widget__prize-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 14px;
	width: 100%;
}

.pxs-boosted-widget__prize-box {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.35em 0.6em;
	box-sizing: border-box;
	max-width: 100%;
}

.pxs-boosted-widget__prize-label {
	font-weight: 600;
	line-height: 1.3;
	color: #334155;
}

.pxs-boosted-widget__prize-amount {
	font-weight: 800;
	line-height: 1.2;
	color: #0f172a;
}

.pxs-boosted-widget__prize-amount .woocommerce-Price-amount {
	font-weight: inherit;
	color: inherit;
}

.pxs-boosted-widget__prize-stage-suffix {
	font-weight: 600;
	font-size: 0.88em;
	line-height: 1.3;
	color: #64748b;
	white-space: normal;
}

/* Horizontal row of compact stage chips */
.pxs-boosted-widget__stages--horizontal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
}

.pxs-boosted-stage {
	box-sizing: border-box;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 10px;
	flex: 0 0 132px;
	width: 132px;
	min-width: 0;
	max-width: none;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.pxs-boosted-stage--locked {
	background-color: #f1f5f9;
	border-color: #e2e8f0;
	color: #64748b;
	filter: grayscale(0.35);
	opacity: 0.88;
}

.pxs-boosted-stage--unlocked {
	background-color: #ecfdf5;
	border-color: #6ee7b7;
	box-shadow: 0 1px 0 rgba(16, 185, 129, 0.25);
	filter: none;
	opacity: 1;
}

.pxs-boosted-stage__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 0 8px;
	min-width: 0;
}

.pxs-boosted-stage__title {
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
}

.pxs-boosted-stage--locked .pxs-boosted-stage__title {
	color: #94a3b8;
}

.pxs-boosted-stage--unlocked .pxs-boosted-stage__title {
	color: #047857;
}

.pxs-boosted-stage__track {
	position: relative;
	width: 100%;
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	flex-shrink: 0;
	margin-top: auto;
}

.pxs-boosted-stage--locked .pxs-boosted-stage__track {
	background-color: #e2e8f0;
}

.pxs-boosted-stage--unlocked .pxs-boosted-stage__track {
	background-color: #d1fae5;
}

.pxs-boosted-stage__fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	max-width: 100%;
	border-radius: inherit;
	transition: width 0.35s ease;
}

.pxs-boosted-stage--locked .pxs-boosted-stage__fill {
	background-color: #cbd5e1;
}

.pxs-boosted-stage--unlocked .pxs-boosted-stage__fill {
	background-color: #22c55e;
}

.pxs-boosted-stage__status {
	margin: 8px 0 0;
	padding: 0;
	line-height: 1.35;
	flex-shrink: 0;
	text-align: center;
}

/* Same layout for locked & unlocked: status row + pill label */
.pxs-boosted-stage__badge {
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
	padding: 4px 9px;
	border-radius: 6px;
}

.pxs-boosted-stage--locked .pxs-boosted-stage__badge {
	background-color: #e2e8f0;
	color: #475569;
}

.pxs-boosted-stage--unlocked .pxs-boosted-stage__badge {
	background-color: #bbf7d0;
	color: #166534;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
