.stars_badge {
	height: 12px;
	width: 70px;
	position: relative;
}

.fill_badge_stars {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../../img/star-space-right.svg);
	background-repeat: repeat-x;
}

.review_badge {
	display: flex;
	justify-content: center;
	width: max-content;
	margin: 0 auto;
	gap: 15px;
	align-items: center;
}

.google_g_logo img {
	display: block;
}

.rating_stars_badge {
	gap: 9px;
	display: flex;
	align-items: center;
}

.rating_badge {
	font-size: 28px;
	line-height: 1.321429;
	font-weight: bold;
	color: black;
}

.review_count_badge {
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	color: black;
}

@media (max-width: 767px) {
	.rating_badge {
		font-size: 18px;
	}

	.google_g_logo img {
		width: 42px;
	}

	.review_badge {
		gap: 12px;
	}
}
