/**
 * WooCommerce - Café Offert : styles publics.
 *
 * @package WCFreeCoffee
 */

.wcfc-banner {
	display: block;
	margin: 0 0 1.5em;
	padding: 1em 1.25em;
	border-radius: 6px;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
}

.wcfc-banner a {
	color: inherit;
	text-decoration: underline;
}

.wcfc-gift-label {
	display: inline-block;
	margin-right: 0.35em;
	font-weight: 600;
	white-space: nowrap;
}

.wcfc-gift-price {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.wcfc-gift-quantity {
	display: inline-block;
	min-width: 2em;
	text-align: center;
	font-weight: 600;
}

.woocommerce-cart-form__cart-item .wcfc-gift-quantity {
	padding: 0.35em 0.6em;
	border-radius: 4px;
	background: rgba( 0, 0, 0, 0.05 );
}
