/**
 * Google reviews badge shortcode.
 */

.bowe-google-reviews {
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	padding: 10px 16px;
	margin: 16px auto 8px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #202124;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	box-sizing: border-box;
	max-width: 100%;
}

.bowe-google-reviews--product {
	margin-left: 0;
	margin-right: 0;
}

.bowe-google-reviews:hover,
.bowe-google-reviews:focus {
	text-decoration: none;
	color: #202124;
}

.bowe-google-reviews__label,
.bowe-google-reviews__count strong {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.bowe-google-reviews__stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	flex-shrink: 0;
}

.bowe-google-reviews__star {
	display: block;
	width: 17px;
	height: 17px;
}

.bowe-google-reviews__logo {
	display: inline-flex;
	align-items: baseline;
	flex-shrink: 0;
	margin-left: 2px;
	font-family: Product Sans, Roboto, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.4px;
	line-height: 1;
}

.bowe-google-reviews__g {
	display: inline-block;
}

@media (max-width: 520px) {
	.bowe-google-reviews {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 6px;
		padding: 12px 14px;
	}
}
