/**
 * Storefront styles for gift lines in the cart and checkout.
 */

.wgc-gift-item td,
tr.wgc-gift-item td {
	background-color: rgba(0, 126, 205, 0.06);
}

.wgc-gift-badge {
	display: inline-block;
	margin-right: 6px;
	padding: 1px 8px;
	border-radius: 3px;
	background: #007ecd;
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
}

.wgc-gift-free {
	color: #2e7d32;
	font-weight: 700;
	text-transform: uppercase;
}

.wgc-gift-quantity {
	display: inline-block;
	font-weight: 600;
}
