.malordi-map{width:100%;height:450px;border-radius:4px;overflow:hidden;background-color:#f5f5f5;position:relative}.malordi-map::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:11;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3CradialGradient id='v'%3E%3Cstop offset='70%25' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='100%25' stop-color='white' stop-opacity='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23v)'/%3E%3C/svg%3E") no-repeat center/100% 100%}.malordi-map .leaflet-pane{z-index:1}.malordi-map .leaflet-popup-content-wrapper{border-radius:4px;box-shadow:0 2px 12px rgba(0,0,0,.12);padding:0}.malordi-map .leaflet-top.leaflet-left,.malordi-map .leaflet-bottom.leaflet-right{display:none}.malordi-map .leaflet-popup-content{padding:15px;margin:0;font-family:inherit;line-height:1.5;color:#000;display:flex;flex-direction:column;gap:10px}.malordi-map .leaflet-popup-content strong{display:block;font-size:1rem;margin-bottom:5px;font-weight:600}.malordi-map .leaflet-popup-content span{font-size:.9rem;display:block}.malordi-map .leaflet-popup-tip{box-shadow:none}.malordi-map .leaflet-control-zoom a{font-family:inherit}.malordi-map__popup-btn{display:inline-block;margin-top:10px;padding:12px 10px 10px 10px;font-size:.7rem;font-weight:600;text-align:center;color:#fff !important;background-color:#d90074;border-radius:4px;text-decoration:none;white-space:nowrap;transition:background-color .2s ease}.malordi-map__popup-btn:hover{background-color:#b3005f}.malordi-map__marker{position:relative;display:flex;flex-direction:column;align-items:center}.malordi-map__marker svg{width:28px;height:40px;position:relative;z-index:1;filter:drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25))}.malordi-map__pulse{position:absolute;bottom:0;left:50%;margin-left:-8px;width:16px;height:16px;border-radius:50%;background-color:rgba(217,0,116,.35);animation:malordi-map-pulse 2s ease-out infinite}.malordi-map__pulse::before,.malordi-map__pulse::after{content:"";position:absolute;inset:0;border-radius:50%;background-color:rgba(217,0,116,.2);animation:malordi-map-pulse 2s ease-out infinite}.malordi-map__pulse::before{animation-delay:.5s}.malordi-map__pulse::after{animation-delay:1s}@keyframes malordi-map-pulse{0%{transform:scale(1);opacity:.8}100%{transform:scale(3.5);opacity:0}}