/* Stats Styles */
.stats {
	text-align: center;
	padding: 15px;
	background: rgba(255, 165, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid rgba(255, 165, 0, 0.3);
}

.stats-text {
	font-size: 1.2em;
	color: #ffa500;
}
