.location-card{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:10px;border-radius:12px;border:1px solid rgba(199,132,106,.46);transition:background .2s ease,border-color .2s ease}.location-card.active{background:#ede6df;border-color:#c7846a}.location-number{width:40px;height:40px;min-width:40px;background:#c7846a;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:22px;flex-shrink:0;margin-top:2px;font-family:"Hedvig",sans-serif}.location-sub{font-size:14px;font-family:"Josefin Sans",sans-serif;color:#3a3531;line-height:1.2em}.pin-wrap{display:flex;flex-direction:column;align-items:center;width:40px;cursor:pointer}.pin-badge{width:34px;height:34px;background:#fff;border:2px solid #c7846a;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-top:4px;font-weight:500;font-size:18px;font-family:"Josefin Sans",sans-serif;color:#000;transition:all .25s ease;position:relative;z-index:2}.pin-badge.active{background:#c7846a;color:white}.pin-stem{width:2px;height:26px;border-left:2px dashed #222;opacity:.75}.pin-dot{width:5px;height:5px;background:#4a7aaa;border-radius:50%;margin-top:-1px}.pin-glow{position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,rgba(199,132,106,.14) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.pin-dot-wrap{position:relative;display:flex;align-items:center;justify-content:center}.leaflet-tooltip{background:#fff!important;border:none!important;box-shadow:0 4px 16px rgba(0,0,0,.1)!important;border-radius:8px!important;padding:8px 12px!important;font-size:13px!important;color:#3a3531!important;max-width:none!important;white-space:nowrap;pointer-events:none!important}.leaflet-control-container{display:none!important}.leaflet-tooltip::before{display:none!important}