/* ── MAP ICON MARKERS ── */

.map-icon-span {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-icon-span i {
	font-size: 16px !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0 !important;
	display: block !important;
	line-height: 1 !important;

}

/* ── MAP LEGEND ── */

.map-legend {
	background: #fff;
	padding: 10px 14px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	font-family: Inter, sans-serif;
	font-size: 13px;
	line-height: 1.8;
}

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

.map-legend-icon {
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 6px;
	vertical-align: middle;
}

.map-legend-icon i {
	color: #fff;
	font-size: 11px;
}
