.sporty-google-container {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}

.sporty-google-flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
}

.sporty-google-container p {
	margin: 0;
}

.sporty-google-score {
	font-size: 1.8em;
	font-weight: 900;
	white-space: nowrap;
}

a.sporty-google-link {
	text-decoration: underline;
}

.sporty-google-review-box {
	background-color: #fff;
	padding: 1em;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	gap: 0.7em;
}

.sporty-google-stars {
	white-space: nowrap;
}