.dpm-sale-badge {
	background: var(--dpm-badge-bg, #b91c1c) !important;
	color: var(--dpm-badge-color, #fff) !important;
}

.dpm-sale-badge.dpm-pos-top-left { top: .5rem !important; left: .5rem !important; right: auto !important; bottom: auto !important; }
.dpm-sale-badge.dpm-pos-top-right { top: .5rem !important; right: .5rem !important; left: auto !important; bottom: auto !important; }
.dpm-sale-badge.dpm-pos-bottom-left { bottom: .5rem !important; left: .5rem !important; right: auto !important; top: auto !important; }
.dpm-sale-badge.dpm-pos-bottom-right { bottom: .5rem !important; right: .5rem !important; left: auto !important; top: auto !important; }

.dpm-summary-badge {
	position: static !important;
	display: inline-flex !important;
	align-items: center;
	padding: .35rem .7rem;
	margin: 0 0 .75rem;
	border-radius: .25rem;
	font-size: .85rem;
	font-weight: 700;
	line-height: 1.2;
}

.dpm-legal-price {
	font-size: .9em;
	margin: .4rem 0 1rem;
	opacity: .82;
}
