/**
 * Google Business Rating widget styles.
 */

 .gbr-widget {
    display: inline-block;
 }

.gbr-rating {
	display: inline-block;
	border-radius: 0.75em;
	padding: 1em;
	background-color: #ffffff;
	background-image: none;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.05);
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	box-sizing: border-box;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

a.gbr-link {
	display: inline-block;
	text-decoration: none !important;
}

a.gbr-link:hover .gbr-rating {
	background-color: #f6f6f6;
}

.gbr-logo {
	display: block;
	margin-bottom: 0.25em;
}

.gbr-logo img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 2.5em;
	object-fit: contain;
}

.gbr-stars {
	display: flex;
	margin-bottom: 0.5em;
	white-space: nowrap;
	line-height: 1;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 3px;
}

.gbr-star {
	display: inline-block;
	width: 2.2em;
	height: 2.2em;
}

.gbr-count {
	font-size: 0.9em;
	color: #333;
}

.gbr-count-underline {
	font-weight: 600;
	text-decoration: underline;
}
