/* Elementor Addon Nextra - Countdown Timer */

.ean-widget-countdown-timer .ean-cd-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.ean-widget-countdown-timer .ean-cd-unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 84px;
}

.ean-widget-countdown-timer .ean-cd-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px 8px;
	background: #2563eb;
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(37, 99, 235, .28);
}

.ean-widget-countdown-timer .ean-cd-num {
	display: inline-block;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	color: #ffffff;
	letter-spacing: -1px;
}

.ean-widget-countdown-timer .ean-cd-label {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .8px;
	color: #666666;
}

.ean-widget-countdown-timer .ean-cd-separator {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #cccccc;
	user-select: none;
}

.ean-widget-countdown-timer .ean-cd-expired {
	margin: 0;
	padding: 18px 22px;
	font-size: 16px;
	font-weight: 600;
	color: #e53935;
	text-align: center;
	border: 1px dashed rgba(229, 57, 53, .4);
	border-radius: 10px;
	background: rgba(229, 57, 53, .04);
}
