/* Bibliotheks-Icons (IconService) – erben Textfarbe, skalieren mit dem Kontext. */
.biohof-icon {
	display: inline-block;
	inline-size: var(--biohof-icon-size, 1em);
	block-size: var(--biohof-icon-size, 1em);
	fill: currentColor;
	vertical-align: middle;
	flex-shrink: 0;
}

.biohof-icon--missing {
	inline-size: var(--biohof-icon-size, 1em);
	block-size: var(--biohof-icon-size, 1em);
}
