.sgr-badge {
	position: fixed;
	bottom: 1.5rem;
	z-index: 9999;
	width: 140px;
}

.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;
}

.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;
}

