.map-edit-panel{position:fixed;z-index:1200;bottom:16px;left:16px;right:16px;max-height:40dvh;overflow:auto;border:1px solid #688377;border-radius:20px;background:#f6f7f2;color:#183d39;padding:16px;font:15px 'Avenir Next','Segoe UI',Arial,sans-serif;box-shadow:0 4px 24px #0003}.map-edit-panel h2{font-size:22px;margin:0 0 12px}.map-edit-tools,.map-edit-history{display:flex;flex-wrap:wrap;gap:8px}.map-edit-panel button{font:500 15px 'Avenir Next','Segoe UI',Arial,sans-serif;min-height:44px;border:1px solid #c8d6c3;border-radius:12px;background:#f6f7f2;color:#183d39;padding:8px 12px}.map-edit-vertex{width:20px;height:20px;border-radius:50%;border:2px solid #fff;background:#b57920;box-shadow:0 0 0 1px #234f40}.maplibregl-ctrl button.map-edit-trigger{height:44px;width:44px;display:grid;place-items:center;color:#234f40}.map-edit-panel p{margin:12px 0 0}

/* Keep the editor in one corner rather than across the entire map. */
.map-edit-panel{left:auto;right:76px;bottom:16px;width:340px;max-width:calc(100vw - 24px);max-height:45dvh;padding:0;background:#fff}
.map-edit-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#234f40;color:white;padding:8px 12px;position:sticky;top:0;z-index:1}
.map-edit-heading h2{font-size:18px;margin:0}.map-edit-heading button{color:white;background:transparent;border-color:#ffffff66;flex-shrink:0}
.map-edit-tools{display:grid;grid-template-columns:1fr 1fr;padding:12px;gap:6px}.map-edit-panel p{padding:0 12px 12px;margin:0}.map-edit-history{padding:12px}
.map-edit-panel.is-collapsed .map-edit-tools,.map-edit-panel.is-collapsed p,.map-edit-panel.is-collapsed .map-edit-history{display:none}
.map-actions .map-edit-trigger svg,.map-actions .map-edit-trigger svg path{fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;background:none!important}
@media(max-width:700px){.map-edit-panel{right:12px;bottom:12px;width:280px;max-height:35dvh}.map-edit-tools button{font-size:13px;padding:6px}.map-edit-heading h2{font-size:16px}}
body:not(.driving) .map-actions button.map-edit-trigger:before{display:none!important;content:none!important}
body:not(.driving) .map-actions button.map-edit-trigger>svg{display:block!important}

.map-edit-history button:disabled{background:#e4e6e3;color:#777;border-color:#d3d6d1;cursor:default;opacity:1}

.map-edit-tools button[aria-pressed="true"]{background:#234f40;color:white;border-color:#234f40}
