.map-organizer-legend { padding: 12px 16px; background: #f4e6bd; color: #261710; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.map-organizer-legend[hidden] { display: none; }
.map-organizer-legend ul { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; margin: 8px 0 0; list-style: none; }
.map-organizer-legend li { display: flex; align-items: center; gap: 7px; min-width: 0; }
.map-organizer-legend__swatch { flex: 0 0 22px; height: 6px; border: 1px solid #5f5140; border-radius: 3px; }
.map-organizer-stop { background: none; border: 0; }
.map-organizer-stop__ring { display: block; width: 100%; height: 100%; border-radius: 50%; padding: 3px; box-sizing: border-box; box-shadow: 0 0 0 1px #fff9; }
.map-organizer-stop__ring > span { display: block; width: 100%; height: 100%; border-radius: 50%; background: #ffd66f; }
.map-route-selection { color: #261710; overflow-wrap: anywhere; }
.map-route-selection h3 { font-size: 17px; margin: 0 0 12px; }
.map-route-selection h4 { font-size: 16px; margin: 10px 0 4px; }
.map-route-selection p { margin: 4px 0; }
.map-route-selection ul { padding-left: 16px; margin: 6px 0 14px; }
.map-route-selection a { color: #821c17; display: inline-block; padding: 8px 0; }
