.grb-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	font-family: Arial, Helvetica, sans-serif;
	max-width: max-content;
}

.grb-badge__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.grb-badge__google-icon {
	display: inline-flex;
	flex-shrink: 0;
}

.grb-badge__stars {
	display: inline-flex;
	gap: 1px;
	flex-shrink: 0;
}

.grb-star {
	display: block;
}

.grb-badge__text {
	display: flex;
	align-items: baseline;
	gap: 6px;
	white-space: nowrap;
}

.grb-badge__rating {
	font-size: 16px;
	color: #202124;
}

.grb-badge__count {
	font-size: 13px;
	color: #5f6368;
}

.grb-badge--compact {
	padding: 6px 10px;
	gap: 6px;
}

.grb-badge--compact .grb-badge__count {
	display: none;
}
