.saffron_last_stage_time_container {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
}
.saffron_last_stage_time_times {
	direction: ltr;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	width: 100%;
}
.saffron_last_stage_time_time_container {
	position: relative;
}
.saffron_last_stage_time_time_container:not(:last-child):after {
	content:":";
	font-size: 60px;
	position: absolute;
	top: calc( 50% - 5px );
	right: -10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.saffron_last_stage_time_end,
.saffron_last_stage_time_time,
.saffron_last_stage_time_not_started {
	display: block;
	background: #FBAF3D;
	background: -webkit-linear-gradient(to bottom, #FBAF3D 0%, #F34377 100%)!important;
	background: -moz-linear-gradient(to bottom, #FBAF3D 0%, #F34377 100%)!important;
	background: linear-gradient(to bottom, #FBAF3D 0%, #F34377 100%)!important;
	background-clip: text !important;
	-webkit-background-clip: text!important;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 54px;
	line-height: normal;
}
.saffron_last_stage_time_end,
.saffron_last_stage_time_not_started {
	font-size: 24px;
}
.saffron_last_stage_time_time {
	line-height: 46px;
	font-weight: 900;
}
@media screen and (max-width:1199px) {
	.saffron_last_stage_time_container {
		grid-template-columns: auto;
	}
	.saffron_last_stage_time_label {
		text-align: center;
		margin-bottom: 20px;
	}
}