.gf-countdown {
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	font-size: 1.25rem;
	color: #d63638;
}

.gf-countdown-message{
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

input.gf-countdown-disabled,
button.gf-countdown-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
