/**
 * Ligne tarif fiche produit : « À partir de X € la pièce ».
 * Le texte hérite de la couleur du conteneur (blanc sur le panneau vert de la
 * fiche planche, via le token « Blanc » de la maquette).
 */
.florame-price-grid {
	margin: 6px 0 4px;
}
.florame-price-grid__from {
	margin: 0 0 15px;
	padding: 0 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
/* Pas de variation de gras : le prix (dans <strong>) reste en weight 500. */
.florame-price-grid__from strong {
	font-weight: 500 !important;
	font-family: inherit;
}
/* Sur le panneau vert de la fiche planche : texte blanc. */
.planche-hero__panel .florame-price-grid__from,
.planche-hero__panel .florame-price-grid__from strong {
	color: #fff !important;
}
