.custom-fake-countdown {
	display: flex !important;
	direction: ltr !important;
	justify-content: flex-end !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	margin: 10px 0 !important;
	clear: both;
}
 
.custom-fake-countdown .wd-timer {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 6px;
	direction: ltr;
}
 
.custom-fake-countdown .wd-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 10px 14px;
	min-width: 58px;
}
 
.custom-fake-countdown .wd-timer-value {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
}
 
.custom-fake-countdown .wd-timer-text {
	display: block;
	font-size: 11px;
	color: #888;
	margin-top: 3px;
}