/* WooCommerce Free Surprise Gift - frontend styles. */
.wcfsg-gift-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 8px;
	font-size: 0.75em;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	background: #46b450;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.wcfsg-free-label {
	font-weight: 700;
	color: #46b450;
	text-transform: uppercase;
}

.wcfsg-gift-quantity {
	display: inline-block;
	font-weight: 600;
}
