.d10-policemap {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #ece9e2;
	background: #eaf0f4;
}
.d10-policemap__canvas {
	width: 100%;
	min-height: 240px;
}
.d10-policemap .leaflet-container {
	font: inherit;
}
.d10-policemap__legend {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 500;
	margin: 0;
	padding: 8px 11px;
	list-style: none;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	font: 600 12px/1.5 inherit;
	color: #33302b;
}
.d10-policemap__legend li {
	display: flex;
	align-items: center;
	gap: 8px;
}
.d10-policemap__legend .swatch {
	width: 16px;
	height: 12px;
	border-radius: 2px;
	flex: 0 0 auto;
}
.d10-policemap__legend .swatch--d10 {
	background: transparent;
	border: 3px solid #1E3A6E;
}
.d10-policemap__legend .swatch--d2 {
	background: rgba(13, 123, 138, 0.28);
	border: 2px dashed #0d7b8a;
}
.d10-policemap__legend .swatch--d6 {
	background: rgba(194, 87, 26, 0.28);
	border: 2px dashed #c2571a;
}
.d10-policemap__note {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 500;
	margin: 0;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 6px;
	padding: 5px 9px;
	font: 600 10px ui-monospace, Menlo, monospace;
	color: #57534a;
	letter-spacing: 0.04em;
}
