/* King County LD map container + labels ([kcdems_ld_map]). */
.kcdems-ld-map {
	width: 100%;
	min-height: 360px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	margin: 0 0 8px;
	z-index: 0; /* keep tiles under the sticky header */
}
.kcdems-ld-label {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #003399;
	font-weight: 700;
	font-size: 11px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff;
}
.kcdems-ld-map .leaflet-popup-content { font-family: var(--font-sans); font-size: 0.9rem; }
.kcdems-ld-map .leaflet-popup-content a { color: var(--blue-primary); font-weight: 600; }
