.fmv-map-wrapper {
	margin: 1.5em 0;
}

.fmv-map-container {
	width: 100%;
	min-height: 300px;
	background: #1a1a1a;
	border-radius: 4px;
	overflow: hidden;
}

.fmv-poi-icon span {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.fmv-poi-popup h4 {
	margin: 0 0 4px;
	font-size: 15px;
}

.fmv-poi-popup .fmv-poi-type {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
	margin-bottom: 6px;
}

.fmv-poi-popup .fmv-poi-desc {
	font-size: 13px;
	line-height: 1.5;
	max-width: 240px;
}

.fmv-readout {
	background: rgba(20, 20, 20, 0.75);
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-family: monospace;
	line-height: 1.6;
	pointer-events: none;
	white-space: nowrap;
}

.fmv-measure-control a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background: #fff;
	text-decoration: none;
}
.fmv-measure-control a:hover {
	background: #f4f4f4;
}
