/* leaflet-fix.css — 防 m 站 rem 适配放大 Leaflet 控件/版权字（高德地图大字 bug）
   独立文件避免框架 ?v= 缓存；需在 leaflet.css 之后加载 */
.leaflet-container {
	font-size: 12px !important;
	line-height: 1.5 !important;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution a,
.leaflet-container .leaflet-control-attribution span {
	font-size: 11px !important;
	line-height: 14px !important;
}
.leaflet-container .leaflet-control-attribution {
	padding: 0 5px !important;
	background: rgba(255, 255, 255, 0.7) !important;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.leaflet-container .leaflet-control-zoom a {
	font-size: 18px !important;
	line-height: 26px !important;
}
.leaflet-container .leaflet-control-zoom-in,
.leaflet-container .leaflet-control-zoom-out {
	font-size: 18px !important;
}
.leaflet-popup-content {
	font-size: 13px !important;
}
