.sgr-badge {
	position: fixed;
	bottom: 1.5rem;
	z-index: 9999;
	right: auto;
	left: auto;
	display: inline-block;
	width: auto;
	min-width: 0;
	max-width: calc(100vw - 3rem);
	box-sizing: border-box;
	overflow: visible;
}

.sgr-badge--bottom_right {
	right: 1.5rem;
	left: auto;
}

.sgr-badge--bottom_left {
	left: 1.5rem;
	right: auto;
}

.sgr-product-badge-wrapper {
	margin-top: 1.5rem;
	display: inline-flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: flex-start;
}

.sgr-product-badge {
	min-height: 40px;
	overflow: visible;
}

.sgr-product-badge__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	text-decoration: none;
	color: #1a73e8;
	font-weight: 600;
}

.sgr-product-badge__cta:hover,
.sgr-product-badge__cta:focus {
	text-decoration: underline;
}

.sgr-badge iframe,
.sgr-product-badge iframe {
	display: block;
	border: none;
}

.sgr-badge #dialog-layout,
.sgr-badge .g-pr-ratingbadge,
.sgr-product-badge #dialog-layout,
.sgr-product-badge .g-pr-ratingbadge {
	max-width: none !important;
	width: auto !important;
}

@media (max-width: 768px) {
	.sgr-badge {
		bottom: calc(1.5rem + 50px) !important;
	}
}

