/* Checkout / carrello — area buono regalo (distinta dal coupon) */

#pwgc-redeem-gift-card-form,
form.checkout_pw_gift_card {
	--zgc-green: #283618;
	--zgc-cream: #fefae0;
	--zgc-sand: #dda15e;
	--zgc-muted: #5a624c;

	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0 1.15rem;
	padding: 1rem 1rem 1.1rem;
	border: 1px solid rgba(40, 54, 24, 0.14);
	border-radius: 16px;
	background:
		linear-gradient(180deg, #fefae0 0%, #f4f0dc 100%);
}

#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-container,
#pwgc-redeem-gift-card-form #pwgc-redeem-form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	width: 100%;
	max-width: 100%;
	margin: 0;
	box-sizing: border-box;
}

#pwgc-redeem-gift-card-form::before,
form.checkout_pw_gift_card::before {
	content: "Buono regalo · non è un coupon";
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 0.15rem;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: #283618;
	color: #fefae0;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.3;
}

#pwgc-redeem-gift-card-form label,
form.checkout_pw_gift_card #pwgc-apply-gift-card-checkout-introduction,
form.checkout_pw_gift_card .woocommerce-form-coupon-toggle {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #283618;
	line-height: 1.35;
}

#pwgc-redeem-gift-card-form label::after {
	content: "Qui va il numero del buono, non il codice sconto.";
	display: block;
	margin-top: 0.25rem;
	font-size: 0.82rem;
	font-weight: 500;
	color: #5a624c;
	letter-spacing: 0;
	text-transform: none;
}

#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number,
#pwgc-redeem-gift-card-form input[type="text"],
form.checkout_pw_gift_card #pwgc-redeem-gift-card-number,
form.checkout_pw_gift_card .form-row-first,
form.checkout_pw_gift_card .form-row-last,
form.checkout_pw_gift_card .form-row {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	box-sizing: border-box;
}

#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number,
form.checkout_pw_gift_card #pwgc-redeem-gift-card-number {
	display: block !important;
	min-height: 48px;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(40, 54, 24, 0.22);
	border-radius: 999px;
	background: #fff;
	font-size: 1rem;
}

#pwgc-redeem-gift-card-form #pwgc-redeem-button,
form.checkout_pw_gift_card #pwgc-apply-gift-card-checkout {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px;
	margin: 0 !important;
	padding: 0.75rem 1.1rem;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	box-sizing: border-box;
}

#pwgc-redeem-gift-card-form br {
	display: none;
}

@media (min-width: 768px) {
	#pwgc-redeem-gift-card-form,
	form.checkout_pw_gift_card {
		max-width: 420px;
	}
}
