/**
 * KMS Produkt Suite – Frontend-Styles
 *
 * Statische Styles fuer Text-Badge, Versandhinweis und Preisdarstellung.
 * Die dynamischen Styles fuer das Bild-Badge (NEU-Overlay, Garantie-Logos)
 * werden direkt via wp_head ausgegeben (class-kms-ps-frontend-image-badge.php).
 *
 * @package KMS_Produkt_Suite
 */

/* ── Text-Badge ─────────────────────────────────────────────────────────────── */

.kms-text-badge {
	display: inline-block;
	padding: 2px 8px;
	margin-bottom: 4px;
	background-color: #5D2C3C;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 1.6;
	vertical-align: middle;
}

/* ── Versandhinweis (Custom) ─────────────────────────────────────────────────── */

.kms-shipping-text {
	display: block;
	font-size: 0.8em;
	color: #666;
	margin-top: 2px;
	line-height: 1.4;
}

/* ── Steuerhinweis ───────────────────────────────────────────────────────────── */

.kms-tax-label {
	display: block;
	font-size: 0.75em;
	color: #888;
	line-height: 1.4;
	margin-top: 1px;
}
