.wm-world-map-wrap {
	position: relative;
	width: 100%;
}

.wm-world-map {
	position: relative;
	width: 100%;
	min-height: 280px;
	background: #e8eef3;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	overflow: hidden;
	z-index: 0;
}

.wm-world-map:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wm-map-tooltip.leaflet-tooltip {
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.wm-map-tooltip-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wm-map-tooltip-link:hover,
.wm-map-tooltip-link:focus {
	text-decoration-thickness: 2px;
}

.wm-map-message {
	position: absolute;
	top: 14px;
	left: 50%;
	z-index: 1000;
	max-width: calc(100% - 28px);
	padding: 8px 12px;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	text-align: center;
}
