.kjfosm-wrap {
	margin: 1.25rem 0;
	max-width: 100%;
}

.kjfosm-map {
	width: 100%;
	min-height: 120px;
	border: 0;
	background: #d9e2ec;
	overflow: hidden;
	position: relative;
	border-radius: 18px;
}

.kjfosm-map.leaflet-container {
	background: #dfe8de;
	font: inherit;
}

.kjfosm-map .leaflet-control-attribution {
	font-size: 0.7rem;
	background: rgba(255, 250, 240, 0.9);
}

/* CyclOSM schon kräftig – leichte Comic-Verstärkung */
.kjfosm-map--comic .leaflet-tile-pane {
	filter:
		saturate(1.35)
		contrast(1.12)
		brightness(1.02);
}

/* OpenTopoMap: Wald/Wasser noch etwas intensiver */
.kjfosm-map--wander .leaflet-tile-pane {
	filter:
		saturate(1.4)
		contrast(1.18)
		brightness(0.98);
}

.kjfosm-map--light .leaflet-tile-pane {
	filter: saturate(1.05) contrast(1.08);
}

.kjfosm-map--comic .leaflet-control-zoom a,
.kjfosm-map--wander .leaflet-control-zoom a {
	border: 2px solid #123f2c !important;
	color: #123f2c !important;
	background: #fffaf0 !important;
	width: 32px;
	height: 32px;
	line-height: 28px;
	font-weight: 700;
}

.kjfosm-marker {
	background: transparent !important;
	border: 0 !important;
}

.kjfosm-marker-img {
	border: 0 !important;
	background: transparent !important;
}

.kjfosm-marker__pin {
	display: block;
	width: 36px;
	height: 44px;
	filter: drop-shadow(0 2px 0 #123f2c);
}

.kjfosm-map .leaflet-overlay-pane svg path {
	stroke-linejoin: round;
	stroke-linecap: round;
}
