/**
 * Woo Sold by Weight — Styles front-end
 *
 * Styles pour le bloc disclaimer et l'affichage dynamique du prix.
 */

/* ------------------------------------------------------------------ */
/* Prix au kg et par portion (page produit)                            */
/* ------------------------------------------------------------------ */

.sold-by-weight-price-kg,
.boucher-prix-kg {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	color: #333;
	margin-bottom: 0.2em;
}

.sold-by-weight-price-portion,
.boucher-prix-portion {
	display: block;
	font-size: 1em;
	color: #555;
	margin-bottom: 0.5em;
}

/* ------------------------------------------------------------------ */
/* Affichage dynamique du calcul (page produit)                        */
/* ------------------------------------------------------------------ */

.sold-by-weight-dynamic-calculation,
.boucher-calcul-dynamique {
	margin: 0.75em 0;
	padding: 0.5em 0.75em;
	background: #f0f4f8;
	border-left: 3px solid #4a90d9;
	font-size: 1em;
	font-weight: 600;
	color: #1a3a5c;
	border-radius: 2px;
	min-height: 1.6em; /* évite le saut de layout quand le contenu s'affiche */
}

/* ------------------------------------------------------------------ */
/* Bloc disclaimer (avertissement estimation)                          */
/* ------------------------------------------------------------------ */

.sold-by-weight-disclaimer,
.boucher-disclaimer {
	margin: 1em 0;
	padding: 0.75em 1em;
	background: #fff8e1;
	border: 1px solid #f9a825;
	border-left: 4px solid #f9a825;
	border-radius: 3px;
	font-size: 0.9em;
	color: #5d4037;
	line-height: 1.5;
}

.sold-by-weight-disclaimer .sold-by-weight-disclaimer-icon,
.boucher-disclaimer .boucher-disclaimer-icon {
	font-style: normal;
	margin-right: 0.3em;
}

/* ------------------------------------------------------------------ */
/* Infos de portion dans le panier                                     */
/* ------------------------------------------------------------------ */

.sold-by-weight-cart-portions,
.boucher-cart-portions {
	display: block;
	font-size: 0.85em;
	color: #666;
	font-weight: 400;
	margin-top: 0.15em;
}
