/* Promial local Leaflet-compatible runtime styles */
.leaflet-container{position:relative;overflow:hidden;background:#e5e7eb;outline:0;touch-action:manipulation;font-family:inherit;z-index:0}
.leaflet-container *{box-sizing:border-box}
.leaflet-tile-pane,.leaflet-marker-pane,.leaflet-popup-pane{position:absolute;inset:0;overflow:hidden}
.leaflet-tile-pane{z-index:1;background:#e5e7eb}
.leaflet-marker-pane{z-index:4;pointer-events:none}
.leaflet-popup-pane{z-index:5;pointer-events:none}
.leaflet-tile{position:absolute;width:256px;height:256px;object-fit:cover;user-select:none;-webkit-user-drag:none;max-width:none!important}
.leaflet-marker-icon{position:absolute;transform:translate(-50%,-100%);pointer-events:auto;cursor:pointer;z-index:20}
.leaflet-marker-icon.leaflet-marker-draggable{cursor:grab;touch-action:none}
.leaflet-marker-icon.leaflet-marker-dragging{cursor:grabbing}
.leaflet-default-marker{width:26px;height:26px;border-radius:999px;background:#ef4444;border:3px solid #fff;box-shadow:0 8px 24px rgba(15,23,42,.28);display:block;position:relative}
.leaflet-default-marker:after{content:"";position:absolute;left:50%;bottom:-8px;width:10px;height:10px;background:#ef4444;transform:translateX(-50%) rotate(45deg);border-right:3px solid #fff;border-bottom:3px solid #fff}
.leaflet-popup{position:absolute;transform:translate(-50%,calc(-100% - 24px));pointer-events:auto;z-index:40;min-width:170px;max-width:min(340px,calc(100vw - 48px))}
.leaflet-popup-content-wrapper{background:#fff;border-radius:12px;box-shadow:0 18px 45px rgba(15,23,42,.2);overflow:hidden;color:#111827}
.leaflet-popup-content{margin:0;padding:0;line-height:1.4}
.leaflet-popup-tip{position:absolute;left:50%;bottom:-7px;width:14px;height:14px;background:#fff;transform:translateX(-50%) rotate(45deg);box-shadow:4px 4px 12px rgba(15,23,42,.12)}
.leaflet-popup-close-button{position:absolute;right:8px;top:6px;width:24px;height:24px;border:0;border-radius:999px;background:rgba(255,255,255,.88);color:#111827;font-size:18px;line-height:22px;text-align:center;text-decoration:none;z-index:45;cursor:pointer}
.leaflet-control-attribution{position:absolute;right:8px;bottom:6px;z-index:30;background:rgba(255,255,255,.78);border-radius:999px;padding:3px 8px;font-size:10px;color:#4b5563;pointer-events:auto;max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.leaflet-control-attribution a{color:inherit;text-decoration:none}
