.rl-stats {
	background-color: #F7F7F6;
	padding-top: 60px;
	padding-bottom: 60px;
}

.rl-stats__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.rl-stats__heading {
	margin: 0;
	max-width: 900px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: #031527;
}

.rl-stats__table-wrap {
	width: 100%;
	overflow-x: auto;
}

.rl-stats__table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
}

.rl-stats__table th {
	padding: 12px;
	background-color: #0072FF;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
}

.rl-stats__table td {
	padding: 6px 12px;
	background-color: #FFFFFF;
	color: #031527;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

.rl-stats__table tr:hover td {
	background-color: #FFD367;
	color: #031527;
}

.rl-stats__footnote {
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

@media (max-width: 1024px) {
	.rl-stats {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.rl-stats__inner {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.rl-stats__table th,
	.rl-stats__table td {
		padding: 8px;
		font-size: 16px;
		line-height: 20px;
	}
}
