.leaflet-popup-content-wrapper{background:var(--card);color:var(--card-foreground);border:var(--border-width) solid var(--border);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);padding:0}.leaflet-popup-content{margin:0;padding:var(--spacing-md);min-width:14rem;line-height:1.45}.leaflet-popup-tip{background:var(--card);border:var(--border-width) solid var(--border);box-shadow:var(--shadow-md)}.leaflet-popup-close-button{color:var(--muted-foreground)!important;font-size:1.25rem!important;width:28px!important;height:28px!important;line-height:28px!important;top:.35rem!important;right:.35rem!important;border-radius:999px;transition:background .2s ease,color .2s ease}.leaflet-popup-close-button:focus-visible,.leaflet-popup-close-button:hover{color:var(--card-foreground)!important;background:color-mix(in srgb,var(--muted-foreground) 18%,transparent)}@media (prefers-reduced-motion:reduce){.leaflet-popup-close-button{transition:none}}