.eb-countdown-items {
	display: flex;
	flex: 1;
	line-height: 1.8;
}
.eb-countdown-item {
	list-style: none;
	border: 3px;
	display: flex;
	align-items: center;
}

.eb-countdown-days,
.eb-countdown-hours,
.eb-countdown-minutes,
.eb-countdown-seconds {
	height: 100%;
	width: 100%;
}

// Typography style
.eb-typography-base div {
	display: flex;
	justify-content: space-between;
}

.rdt input {
	width: 100%;
}
