.time-alert {
	display: none;
	color: #b50000;
	font-size: 1.2rem;
	text-align: center;
	padding: 1rem;
	font-weight: 500;
	border-radius: 0.4rem;
	margin-top: 1rem;
	background: rgb(255 148 148 / 10%);
}

footer .time-alert {
	color: #ff9494;
	background: rgb(0 0 0 / 15%);
}

.time-alert a {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
