:root{--geojson-fill-color:var(--secondary-color);--geojson-fill-opacity:0.6;--geojson-stroke-color:var(--primary-color);--geojson-stroke-width:4;--geojson-stroke-opacity:1}woody-map{display:block}touristic-map .popup{max-width:30ch;padding:0;border-radius:10px;background:#fff;color:#222;display:flex;gap:.5em;justify-content:center;align-items:center;cursor:default}touristic-map .popup button.popup-close{position:absolute;top:3px;right:3px;background-color:#fff;padding:3px;border-radius:5px;width:20px;height:20px;cursor:pointer}touristic-map .popup button.popup-close svg{fill:#222;stroke:#222;width:100%;height:100%}touristic-map .popup>img{width:2em;height:2em}touristic-map .tooltip{position:relative;font-size:.8em;padding:.25em;max-width:30ch;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:#fff;color:#222;border:1px solid rgba(127,127,127,.5);border-radius:.25em;cursor:default}