/**
 * JG Smart Logo — Runtime-Styles
 *
 * Erzwingt currentColor-Vererbung auf alle SVG-Kinder, damit
 * --jg-logo-color (via JS gesetzt) greift.
 */
.jg-smart-logo {
	color: var(--jg-logo-color, currentColor);
	line-height: 0;
}

.jg-smart-logo svg,
.jg-smart-logo svg * {
	fill: currentColor !important;
}

.jg-smart-logo svg [stroke]:not([stroke="none"]) {
	stroke: currentColor !important;
}

.jg-smart-logo__mask {
	background-color: var(--jg-logo-color) !important;
}

.jg-smart-logo__placeholder {
	padding: 1rem;
	border: 1px dashed #c00;
	color: #c00;
	font-size: 12px;
}
