/**
 * Amitry Product & Category Slider Pro - Countdown Timer
 */

.wcsp-countdown {
	margin: 8px 0 0 0;
	padding: 8px 10px;
	background: #fef3c7;
	border-radius: 6px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	color: #92400e;
}

.wcsp-countdown-label {
	display: block;
	font-weight: 500;
	font-size: 11px;
	opacity: 0.85;
	margin-bottom: 4px;
}

.wcsp-countdown-timer {
	display: inline-flex;
	gap: 6px;
	justify-content: center;
	align-items: flex-end;
}

.wcsp-countdown-timer > span {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	min-width: 32px;
	padding: 4px 6px;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 4px;
	font-variant-numeric: tabular-nums;
}

.wcsp-countdown-timer .num {
	font-weight: 700;
	font-size: 14px;
	color: #111827;
	line-height: 1;
}

.wcsp-countdown-timer .unit {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6b7280;
	margin-top: 2px;
}

.wcsp-countdown.is-expired {
	display: none;
}
