.traffic-game {
	--game-accent: #2563eb;
}

.traffic-game .stage {
	background: #376f36;
}

.traffic-game .stage::after {
	position: absolute;
	z-index: 2;
	right: 12px;
	bottom: 10px;
	padding: 5px 9px;
	content: "HIZLANAN TRAFİK";
	color: rgba(255, 255, 255, 0.76);
	background: rgba(15, 23, 42, 0.3);
	border-radius: 7px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.11em;
	pointer-events: none;
}
