.cx_custom_counter .countdown-timer {
	display: flex;
	gap:1.5rem;
}

.cx_custom_counter .time-part {
	display: flex;
	flex-direction: column;
	background-color: color-mix(in srgb, var(--black-50) 30%, transparent);
	padding: 10px 0;
	border-radius: 12px;
	min-height: 124px;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex:1;
}

.cx_custom_counter .time-part :is(.count,.label) {
	color: var(--white-50);
	
}

.cx_custom_counter .time-part .count {
	font-family: var(--e-global-typography-07bc085-font-family);
	font-size: var(--e-global-typography-07bc085-font-size);
	font-weight: var(--e-global-typography-07bc085-font-weight);
	line-height: var(--e-global-typography-07bc085-line-height);
	letter-spacing:  var(--e-global-typography-07bc085-letter-spacing);
}

.cx_custom_counter .time-part .label {

	font-family: var(--e-global-typography-ef2ead8-font-family);
	font-size: var(--e-global-typography-ef2ead8-font-size);
	line-height: var(--e-global-typography-ef2ead8-line-height);
	font-weight: var(--e-global-typography-ef2ead8-font-weight);

}
