/**
 * WikiSeeds Terpene Widget – Styles
 *
 * Eigenständig gehalten (keine Theme-Abhängigkeit). Ein Teil der
 * Farben/Maße wird zusätzlich über die Elementor Style-Controls
 * live gesetzt (siehe includes/widget-terpene.php).
 */

.ws-terpene-liste {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ws-terp-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.ws-terp-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 6px;
	box-shadow: 0 0 6px currentColor;
}

.ws-terp-mid {
	flex: 1;
	min-width: 0;
}

.ws-terp-name {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #E8F2F0;
	line-height: 1.25;
}

.ws-terp-desc {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 13px;
	color: #7A9E99;
	margin-top: 2px;
	line-height: 1.5;
}

.ws-terp-pct {
	font-family: 'JetBrains Mono', monospace;
	font-size: 14px;
	color: #3A5550;
	white-space: nowrap;
	flex-shrink: 0;
	padding-top: 2px;
}

.ws-terpene-leer {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 13px;
	color: #7A9E99;
	font-style: italic;
	margin: 0;
}

/* ── Kompakter Modus – runde Kürzel-Kreise (z.B. für Sortenkarten im Loop) ── */
.ws-terp-circles {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.ws-terp-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(0, 232, 160, 0.12);
	color: #00E8A0;
	border: 1px solid rgba(0, 232, 160, 0.4);
	font-family: 'JetBrains Mono', monospace;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1;
	cursor: default;
}

@media (max-width: 480px) {
	.ws-terp-name {
		font-size: 16px;
	}
	.ws-terp-pct {
		font-size: 12px;
	}
}
