.sp-vlm-map-block {
	margin: 0 0 24px 0;
}

.sp-vlm-map-title {
	margin: 0 0 10px 0;
}

.sp-vlm-map {
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	overflow: hidden;
}

.sp-vlm-map .leaflet-popup-content {
	font-size: 14px;
	line-height: 1.35;
}

.sp-vlm-map-team-list {
	margin: 8px 0 0 18px;
	padding: 0;
}

.sp-vlm-map-team-list li {
	margin: 0 0 3px 0;
}

.sp-vlm-map-team-list a {
	font-weight: 600;
	text-decoration: none;
}

.sp-vlm-map-team-list a:hover {
	text-decoration: underline;
}

.sp-vlm-emoji-icon {
	background: transparent;
	border: 0;
}

.sp-vlm-volleyball-marker {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(12, 52, 76, 0.35);
	transform: translate(-1px, -1px);
}
