/**
 * Preisanzeige-Modelle (price-display.php).
 *
 * Grundsatz: Der EINZELPREIS bleibt WooCommerces prominente Ausgabe (groß,
 * darüber). Bündel- und Staffelinfos stehen bewusst DEZENT darunter — sichtbar,
 * aber nie größer/lauter als der Einzelpreis. Farben: Design-System v1.1.
 */

.zwcl-price-bundle {
	margin: 4px 0 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #64717A;
}

.zwcl-price-bundle__min {
	display: inline-block;
	background: #F6F1E8;
	border: 1px solid #E2D9CC;
	border-radius: 999px;
	padding: 1px 10px;
	margin-right: 8px;
	color: #23434A;
	font-weight: 600;
	white-space: nowrap;
}

.zwcl-price-bundle__total {
	color: #64717A;
}

/* Bündelsumme: leicht betont, aber klar sekundär zum Einzelpreis. */
.zwcl-price-bundle__sum {
	color: #1E252D;
	font-weight: 600;
}
.zwcl-price-bundle__sum .amount {
	white-space: nowrap;
}

.zwcl-price-staffel {
	margin: 6px 0 0;
	font-size: 0.86rem;
	color: #64717A;
}

.zwcl-price-staffel__label {
	display: block;
	font-weight: 600;
	color: #23434A;
	margin-bottom: 2px;
}

.zwcl-price-staffel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 16px;
}

.zwcl-price-staffel li {
	margin: 0;
}

.zwcl-price-staffel__ab {
	color: #64717A;
}

.zwcl-price-staffel__preis {
	color: #1E252D;
	font-weight: 600;
}

/* PAngV-Zeile (Staffel-/Bündelblock): sehr dezent, klar nachrangig. */
.zwcl-pangv {
	display: block;
	margin-top: 3px;
	font-size: 0.76rem;
	line-height: 1.4;
	color: #8A949B;
}

.zwcl-price-staffel .zwcl-pangv {
	margin-top: 4px;
}

.zwcl-pangv__versand {
	color: #8A949B;
	text-decoration: underline;
}

/* Der Einzelpreis-Kontext-Hinweis (price-context.php) folgt danach. */
