/* Hallenplan v2 – nur auf Seiten mit [hallenplan_v2] via Child `functions.php` geladen */

.hallenplan-v2 {
	position: relative;
	/* v2-spezifische Anpassungen hier (Root-Scope: .hallenplan-v2 …) */
}

/* Nur aktive Sonderflächen aus standData (haben .svg-item von JS) – nicht alle .sonderflaeche im SVG */
.hallenplan-v2 .svg-item.sonderflaeche,
.hallenplan-v2 [id^="stand-eg-"].svg-item.sonderflaeche,
.hallenplan-v2 [id^="stand-og-"].svg-item.sonderflaeche {
	display: inline;
	fill: #F4F4F4;
	stroke: none;
	stroke-width: 0;
}

.hallenplan-v2 .sonderflaeche-label {
	dominant-baseline: middle;
	fill: gray;
	font-size: 8px;
	font-weight: 700;
	pointer-events: none;
	text-anchor: middle;
}
