.maplibregl-marker{transition:z-index 0s}.maplibregl-marker:hover{z-index:10!important}.maplibregl-popup-content{padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}.map-popup-modern .maplibregl-popup-content{overflow:visible!important}.maplibregl-popup-close-button{display:none}.maplibregl-popup-tip{border-bottom-color:white!important;filter:drop-shadow(0 -1px 1px rgba(0,0,0,.04))}.maplibregl-popup-content{animation:popup-content-fade-in .2s ease-out}.maplibregl-popup-tip{animation:popup-tip-fade-in .2s ease-out}.map-popup-closing .maplibregl-popup-content{animation:popup-content-fade-out .15s ease-in forwards}.map-popup-closing .maplibregl-popup-tip{animation:popup-tip-fade-out .15s ease-in forwards}@keyframes popup-content-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes popup-content-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@keyframes popup-tip-fade-in{0%{opacity:0}to{opacity:1}}@keyframes popup-tip-fade-out{0%{opacity:1}to{opacity:0}}