.mt-map-wrap{ margin: 12px 0; }
.mt-map-wrap .mt-map{ border-radius:12px; background:#f0f0f0; min-height: 240px; }
.mt-map-wrap .mt-legend{ margin-top:8px; font-size:14px; display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.mt-map-wrap .mt-leg{ display:inline-block; width:18px; height:4px; vertical-align:middle; }
.mt-map-wrap .mt-good{ background:#2e7d32; }
.mt-map-wrap .mt-caution{ background:#fbc02d; }
.mt-map-wrap .mt-danger{ background:#c62828; }
.mt-map-wrap .mt-dot{ display:inline-block; width:10px; height:10px; border-radius:50%; }
.mt-map-wrap .mt-start{ background:#1e88e5; }
.mt-map-wrap .mt-end{ background:#e53935; }