.the-lines-map-wrapper { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.the-lines-map-controls { margin: 8px 0; }
.the-lines-map-legend { margin-top: 8px; font-size: 14px; }
.the-lines-map-legend .legend-item { margin-right: 12px; }
.the-lines-map-legend .swatch { display:inline-block; width:12px; height:12px; border-radius:50%; margin-right:6px; vertical-align:middle; }

.swatch.ancient { background:#d64545; }
.swatch.church { background:#3a6fd8; }
.swatch.modern { background:#e6b800; }
.swatch.mixed { background:#888; }

/* DivIcon markers */
.tlm-marker { background: transparent; }
.tlm-marker .dot { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 2px rgba(0,0,0,.4); }
.tlm-marker.ancient .dot { background: #d64545; }
.tlm-marker.church .dot { background: #3a6fd8; }
.tlm-marker.modern .dot { background: #e6b800; }
.tlm-marker.mixed .dot { background: #888; }
