/* ============================================================
   Badges critères ACF — fiche produit fleurs CBD
   Couleur principale : #2D5016
   ============================================================ */

.cbd-criteres-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 16px;
}

.cbd-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px;
	border: 0.5px solid #2D501640;
	border-radius: 20px;
	background: #2D501608;
	font-size: 0.78em;
	line-height: 1.4;
	color: #333;
}

.cbd-badge__title {
	font-weight: 700;
	color: #2D5016;
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 0.02em;
}

.cbd-badge__value {
	color: #444;
}

/* Jauge à points (résine / arôme) */
.cbd-badge__dots {
	display: inline-flex;
	gap: 3px;
	align-items: center;
	margin-left: 2px;
}

.cbd-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.cbd-dot--filled {
	background-color: #2D5016;
}

.cbd-dot--empty {
	background-color: transparent;
	border: 1px solid #2D501650;
}

/* Badge Profil — fond légèrement différent */
.cbd-badge--profil {
	background: #2D501610;
	border-color: #2D501630;
}

/* Badge Stock limité — accentuation neutre */
.cbd-badge--lot {
	background: #f5f0e8;
	border-color: #c8b89060;
	color: #6b5b3e;
}

.cbd-badge--lot .cbd-badge__value {
	font-weight: 600;
	color: #6b5b3e;
	font-size: 0.92em;
}

/* Onglet La culture */
.cbd-culture-tab {
	font-size: 0.93em;
	line-height: 1.7;
	color: #333;
}

.cbd-culture-tab p {
	margin-bottom: 1em;
}

/* ============================================================
   Responsive — mobile < 480px
   ============================================================ */
@media (max-width: 480px) {
	.cbd-criteres-badges {
		flex-direction: column;
		gap: 6px;
	}

	.cbd-badge {
		width: 100%;
		justify-content: space-between;
	}
}
