.wwm-wrap {
	margin: 0 0 1em;
	max-width: 100%;
}

.wwm-leaflet {
	width: 100%;
	min-height: 240px;
	background: #aac8e1;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	z-index: 0;
}

.wwm-legend,
.wwm-updated {
	background: rgba( 255, 255, 255, 0.92 );
	padding: 8px 10px;
	font: 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #1d2327;
	box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.25 );
	border-radius: 4px;
}

.wwm-legend strong {
	display: block;
	margin-bottom: 4px;
}

.wwm-legend-row {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin: 2px 0;
}

.wwm-swatch {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border: 1px solid rgba( 0, 0, 0, 0.35 );
	border-radius: 2px;
	flex: 0 0 auto;
}

.wwm-updated {
	font-size: 11px;
	opacity: 0.9;
}

.wwm-map--empty {
	padding: 1em;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	color: #50575e;
}
