.d10-districtmap {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #ece9e2;
	background: #eaf0f4;
}
.d10-districtmap__canvas {
	width: 100%;
	min-height: 240px;
}
.d10-districtmap .leaflet-container {
	font: inherit;
}
.d10-districtmap__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;
}
