.fancy-timer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.timer-segment {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 8px;
}

.circle {
	width: 70px;
	height: 70px;
	position: relative;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.time-value {
	position: relative;
	z-index: 2;
}

.timer-label {
	margin-top: 8px;
	font-size: 1em;
	text-align: center;
	width: 100%;
}