/* Coupon banner on the single product page (green, below the Ex-warehouse box) */
.apc-coupons{margin:12px 0;display:flex;flex-direction:column;gap:8px}
.apc-coupon-banner{
	display:flex;align-items:center;gap:10px;flex-wrap:wrap;cursor:pointer;user-select:none;
	background:#e7f7ea;border:1px solid #16a34a;border-left:4px solid #16a34a;border-radius:6px;
	padding:9px 13px;font-size:14px;line-height:1.35;color:#14532d;transition:background .15s;
}
.apc-coupon-banner:hover{background:#d8f0de}
.apc-coupon-msg{font-weight:700;color:#15803d}
.apc-coupon-code{color:#14532d}
.apc-coupon-copy{
	margin-left:auto;font-size:12px;border:1px solid #16a34a;border-radius:4px;
	padding:2px 8px;color:#15803d;white-space:nowrap;
}
.apc-coupon-banner.copied{background:#16a34a;border-color:#16a34a}
.apc-coupon-banner.copied .apc-coupon-msg,
.apc-coupon-banner.copied .apc-coupon-code{color:#fff}
.apc-coupon-banner.copied .apc-coupon-copy{background:#fff;color:#15803d;border-color:#fff}

/* Compact text badge in product grids/listings (not on the image) */
.apc-loop-coupon{margin:5px 0;font-size:12.5px;color:#15803d;font-weight:600;line-height:1.3}
.apc-loop-coupon strong{color:#14532d}
