body {
	--fsgb--leaflet-map--height: 200px;
}

.leaflet-map {
	height: var(--fsgb--leaflet-map--height);
}

.leaflet-map .marker .pin {
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 50% 50% 50% 0;
	background: #000;
	transform: rotate(-45deg);
}

.leaflet-map .marker .pin .content {
	width: 34px;
	height: 34px;
	line-height: 34px;
	transform: rotate(45deg);
	margin: 6px 0 0 8px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
