/**
 * Frontend styles for Bundle Discounts.
 */

.bd-original-price {
	opacity: 0.7;
	margin-right: 0.35em;
}

.bd-sale-price {
	text-decoration: none;
	font-weight: 600;
}

.bd-free-price,
.bd-gift-badge {
	color: #0a7a2f;
	font-weight: 600;
}

.bd-gift-badge {
	display: inline-block;
	margin-right: 0.35em;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.bd-offer-label {
	color: #0a7a2f;
}

.bd-product-offers {
	margin: 0.75em 0 1em;
}

.bd-product-offer {
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
	padding: 0.35em 0.75em;
	background: #f3faf5;
	border: 1px solid #c6e6d0;
	border-radius: 3px;
	color: #0a7a2f;
	font-size: 0.925em;
	font-weight: 600;
}
