/* Tour Leaflet map */
#oc-tour-map .leaflet-container {
	font: inherit;
	background: #e8f4fa;
}

.oc-tour-stop {
	background: transparent;
	border: 0;
}

.oc-tour-stop__pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #0096c7;
	border: 3px solid #fff;
	box-shadow: 0 8px 18px rgba(2, 62, 138, 0.35);
	color: #fff;
}

.oc-tour-stop__num {
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.oc-tour-stop__note {
	display: inline-block;
	margin-top: 2px;
	font-size: 11px;
	color: #64748b;
	font-weight: 500;
}

#oc-tour-map .leaflet-popup-content {
	margin: 10px 12px;
	font-size: 13px;
	line-height: 1.35;
	color: #023e8a;
}

#oc-tour-map .leaflet-popup-content-wrapper {
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(2, 42, 94, 0.18);
}

#oc-tour-map .leaflet-popup-tip {
	box-shadow: none;
}
