/* LM-NOTICE: Lichte-Maße-Umstellung — temporärer Kundenhinweis (Callout).
 * Wird nur eingebunden, wenn ISC_Lichte_Masse_Notice::is_active().
 * Komplett entfernbar zusammen mit class-lichte-masse-notice.php. */

/* === <strong>/<b> Reset gegen Theme-Vererbung ===
 * Salient setzt für strong in mehreren Kontexten font-size, letter-spacing,
 * font-family, font-weight und in Flex-Containern auch flex:1 — was die
 * Inline-Darstellung im Hinweis-Text zerlegen kann. Hier hart zurücksetzen. */
.isc-lm-callout strong,
.isc-lm-callout b {
	display: inline !important;
	flex: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: 700 !important;
	letter-spacing: normal !important;
	color: inherit !important;
	text-transform: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	width: auto !important;
	line-height: inherit !important;
}

/* === Inline-Callout im Konfigurator ===
 * Einfacher Block, Icon als Inline-Span. Kein Flex-Container — damit Theme-CSS
 * für Flex-Kinder den Hinweistext nicht zerlegen kann.
 * Farbgebung absichtlich identisch zum bestehenden „isc-video-disclaimer"-
 * Block auf /aufmass-richtig-messen/ (visuelle Klammer für Hinweis-Boxen). */
.isc-lm-callout {
	display: block;
	background: #fff8d6;
	border-left: 4px solid #f0b800;
	padding: 12px 16px;
	margin: 0 0 16px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.55;
	color: #2c3e50;
}
.isc-lm-callout__icon {
	display: inline;
	font-size: 1.3em;
	margin-right: 4px;
	vertical-align: middle;
}
.isc-lm-callout__link {
	color: #0073aa !important;
	text-decoration: underline;
	font-weight: 600;
	white-space: nowrap;
}
.isc-lm-callout__link:hover {
	text-decoration: none;
}
