/* Ergänzende Stile für Komponenten aus dem Core-Plugin.
   Farben und Abstände kommen aus dem Theme. */

.bsm24-icon {
	width: 100%;
	height: 100%;
	display: block;
}

.bsm24-kontaktliste {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 1.1rem;
}
.bsm24-kontaktliste li {
	display: flex;
	gap: 0.9rem;
	align-items: flex-start;
}
.bsm24-kontaktliste li svg {
	flex: none;
	width: 26px;
	height: 26px;
	color: #b62025;
}
.bsm24-kontaktliste strong {
	font-family: var(--wp--preset--font-family--manrope, inherit);
	font-size: 0.9375rem;
}

.bsm24-kartenlegende {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.6rem;
	font-size: 0.9375rem;
}
.bsm24-kartenlegende li {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
}
.bsm24-kartenlegende span[aria-hidden] {
	flex: none;
	width: 18px;
	height: 18px;
	margin-top: 0.15rem;
	border-radius: 4px;
}
.bsm24-legende--kern {
	background: rgba(182, 32, 37, 0.18);
	border: 1px dashed #b62025;
}
.bsm24-legende--weit {
	background: #efede8;
	border: 1px solid #c9c6bf;
}
