.equileve-localisation-map {
	position: relative;
	width: 100%;
}

.equileve-localisation-map__canvas {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
}

.equileve-localisation-map .leaflet-popup-content {
	line-height: 1.45;
	font-size: 13px;
	margin: 10px 12px;
}

.equileve-localisation-map .leaflet-popup-content .equileve-popup-title {
	display: block;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
}

.equileve-localisation-map .leaflet-popup-content .equileve-popup-address {
	display: block;
	margin-top: 8px;
	color: #475569;
	font-size: 13px;
}

.equileve-localisation-map .leaflet-popup-content a {
	display: inline-block;
	margin-top: 6px;
	color: #0b57d0;
	font-weight: 600;
	text-decoration: none;
}

.equileve-localisation-map .leaflet-popup-content a:hover {
	text-decoration: underline;
}

.equileve-localisation-map .leaflet-popup-content-wrapper {
	border-radius: 12px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}

.equileve-localisation-map .leaflet-control-zoom a {
	color: #0f172a;
	border-color: rgba(15, 23, 42, 0.16);
}

.equileve-localisation-map .leaflet-touch .leaflet-control-zoom a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.equileve-map-pin {
	background: transparent;
	border: 0;
}

.equileve-map-pin__dot {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: radial-gradient(circle at 35% 30%, #ff8a4c 0%, #f25f17 55%, #c85103 100%);
	border: 3px solid #fff;
	box-shadow: 0 6px 18px rgba(200, 81, 3, 0.45);
}

.equileve-localisation-map .marker-cluster,
.equileve-localisation-map .marker-cluster div {
	background: transparent;
}

.equileve-localisation-map .marker-cluster span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border-radius: 999px;
	border: 2px solid #fff;
	background: #c85103;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	box-shadow: 0 8px 18px rgba(200, 81, 3, 0.35);
}
