.bgpm-price-stack {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	line-height: 1.2;
}

.bgpm-price-stack .bgpm-retail-row,
.bgpm-price-stack .bgpm-our-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.bgpm-price-stack .bgpm-price-label {
	display: inline-block;
	color: #6b7280;
	font-size: 0.78em;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.bgpm-price-stack .bgpm-retail-row del {
	color: #9ca3af;
	font-size: 0.92em;
	font-weight: 500;
	opacity: 1;
	text-decoration-thickness: 2px;
}

.bgpm-price-stack .bgpm-our-row ins {
	color: inherit;
	background: transparent;
	font-size: 1.12em;
	font-weight: 800;
	text-decoration: none;
}

.bgpm-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: #fff3cd;
	color: #9a6700;
	font-size: 0.72em;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.single-product .bgpm-price-stack {
	gap: 8px;
}

.single-product .bgpm-price-stack .bgpm-our-row ins {
	font-size: 1.25em;
}
