.google-review-widget,
.google-review-badge {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	width: fit-content; 
	color:#111;
}
.google-review-badge [data-rating],
.google-review-badge [data-review-count],
.google-review-badge [data-cta-text] {
  color: inherit;
}
.google-review-widget[data-source],
.google-review-badge[data-source] {
	animation: google-review-fade 200ms ease-in forwards;
}

@keyframes google-review-fade {
	from {
		opacity: 0.75;
	}
	to {
		opacity: 1;
	}
}

.google-review-widget .star-rating,
.google-review-badge .badge-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.google-review-widget .google-review-star,
.google-review-badge .badge-star {
	position: relative;
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	background-color: rgb(226 232 240 / 0.95);
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path fill="white" d="M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z"/></svg>')
		center / contain no-repeat;
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path fill="white" d="M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z"/></svg>')
		center / contain no-repeat;
}

.google-review-widget .google-review-star::after,
.google-review-badge .badge-star::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #f5c518 0%, #fbbf24 100%);
	width: calc(var(--star-fill, 0) * 100%);
}

.google-review-widget .rating {
	font-size: clamp(3rem, 8vw, 4.5rem);
	font-weight: 600;
	margin: 0;
}

.google-review-widget [data-updated-at] {
	color: rgb(100 116 139 / 0.9);
}

.google-review-widget [data-review-link],
.google-review-badge [data-review-link] {
	color: #1a73e8;
	transition: color 160ms ease;
}

.google-review-widget [data-review-link]:hover,
.google-review-widget [data-review-link]:focus-visible,
.google-review-badge [data-review-link]:hover,
.google-review-badge [data-review-link]:focus-visible {
	color: #1557b0;
}
