/* LD - Barre de livraison gratuite */

.ldbl-notice {
	margin: 1em 0;
	padding: 0.85em 1em;
	border-radius: 6px;
	background: rgba(70, 180, 80, 0.08);
	border: 1px solid rgba(70, 180, 80, 0.25);
	font-size: 0.95em;
	line-height: 1.4;
}

.ldbl-notice.ldbl-reached {
	background: rgba(70, 180, 80, 0.15);
	border-color: var(--ldbl-bar, #46b450);
}

.ldbl-notice .ldbl-message {
	margin: 0;
}

.ldbl-notice .ldbl-message .amount,
.ldbl-notice .ldbl-message strong {
	font-weight: 700;
	white-space: nowrap;
}

/* Barre de progression */
.ldbl-bar {
	position: relative;
	width: 100%;
	height: 8px;
	margin-top: 0.65em;
	border-radius: 999px;
	background: var(--ldbl-bar-bg, #e5e5e5);
	overflow: hidden;
}

.ldbl-bar__fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: var(--ldbl-bar, #46b450);
	transition: width 0.4s ease;
}

/* Variante fiche produit : plus compacte */
.ldbl-notice--product {
	font-size: 0.9em;
	padding: 0.6em 0.85em;
}

/* Variante mini-panier : ajustée à la largeur réduite du popup */
.ldbl-notice--minicart {
	margin: 0.75em 0;
	font-size: 0.85em;
	padding: 0.6em 0.75em;
}
