.wcap-promotion-message {
	margin: 0 0 1em;
	padding: 0.85em 1.1em;
	border-radius: 4px;
	font-size: 0.95em;
	line-height: 1.4;
}

.wcap-promotion-message.wcap-locked {
	background: #fff8e5;
	border: 1px solid #f0dfa3;
	color: #6b5300;
}

.wcap-promotion-message.wcap-unlocked {
	background: #eafaf1;
	border: 1px solid #a3e0c1;
	color: #0f6b3f;
}

tr.wcap-gift-item .product-name .wcap-gift-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 10px;
	background: #eafaf1;
	border: 1px solid #a3e0c1;
	border-radius: 999px;
	color: #0f6b3f;
	font-size: 0.72em;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	vertical-align: middle;
}

/* On narrow layouts the cart table often stacks - keep the badge readable
   on its own line rather than crammed against the product name. */
@media (max-width: 600px) {
	tr.wcap-gift-item .product-name .wcap-gift-badge {
		display: block;
		margin: 6px 0 0;
		width: fit-content;
	}
}

.wcap-free {
	color: #0f6b3f;
	font-weight: 600;
	text-decoration: none;
}
