.xs-stats-group {
	margin-top: 20px !important;
}
.xs-stats-group:first-child {
	margin-top: 0 !important;
}
.xs-stats-title {
	margin-bottom: 8px !important;
	font-family: sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	line-height: 1.4 !important;
}
.xs-stats-wrapper .py-2 {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}
.xs-stats-wrapper .py-2 .font-bold {
	font-size: 15px !important;
}
.xs-stats-wrapper .py-2 span:not(.font-bold) {
	font-size: 13px !important;
}
@media (min-width: 640px) {
	.xs-stats-title {
		font-size: 16px !important;
		margin-bottom: 10px !important;
	}
	.xs-stats-wrapper .py-2 {
		flex-direction: row !important;
		align-items: baseline !important;
		justify-content: center !important;
	}
	.xs-stats-wrapper .py-2 span + span {
		margin-left: 6px !important;
	}
	.xs-stats-wrapper .py-2 .font-bold {
		font-size: 17px !important;
	}
	.xs-stats-wrapper .py-2 span:not(.font-bold) {
		font-size: 14px !important;
	}
}
.xs-sub-group {
	margin-top: 14px !important;
}
.xs-sub-group:first-child {
	margin-top: 0 !important;
}
.xs-sub-title {
	margin-bottom: 6px !important;
	font-family: sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #475569 !important;
}
