/* ==========================================================================
   Woo Operations — Styles Frontend
   ========================================================================== */

/* ---- Bannière message au-dessus du panier ---- */
.woo-op-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	margin-bottom: 24px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 1.45;
	letter-spacing: .3px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
	animation: woo-op-slide-in .3s ease-out;
}

@keyframes woo-op-slide-in {
	from { opacity: 0; transform: translateY(-8px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* ---- Badge "+X gratuit(s)" dans le panier ---- */
.woo-op-free-badge {
	display: inline-flex;
	align-items: center;
	background: #27ae60;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 20px;
	letter-spacing: .4px;
	text-transform: uppercase;
	line-height: 1;
	gap: 3px;
	box-shadow: 0 1px 4px rgba(39, 174, 96, .35);
	vertical-align: middle;
}

/* Assurer la bonne largeur de la colonne de données dans le panier */
.woocommerce-cart-form .cart_item .wc-item-meta .wc-item-meta-label,
.woocommerce-checkout-review-order .wc-item-meta .wc-item-meta-label {
	font-weight: 600;
}

/* ---- Dans les commandes (admin + emails + BL) ---- */
/* Le formatage est injecté via PHP inline style pour assurer la compatibilité email */
