.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { position: absolute; left: 0; top: 0; }
.leaflet-container { overflow: hidden; -webkit-tap-highlight-color: transparent; background: #f8fafc; font-family: 'Montserrat', sans-serif; }
.leaflet-tile { user-select: none; -webkit-user-select: none; }
.leaflet-marker-icon, .leaflet-marker-shadow { display: block; }
.leaflet-container .leaflet-control-attribution { background: rgba(255, 255, 255, 0.8); margin: 0; font-size: 10px; padding: 2px 5px; }
.leaflet-control-zoom { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e2e8f0; }
.leaflet-control-zoom a { background: #ffffff; color: #0c1322; display: block; text-align: center; text-decoration: none; width: 34px; height: 34px; line-height: 34px; font-weight: bold; font-size: 16px; transition: background 0.2s; }
.leaflet-control-zoom a:hover { background: #f1f5f9; color: #d97706; }
.leaflet-popup { position: absolute; text-align: center; margin-bottom: 20px; }
.leaflet-popup-content-wrapper { padding: 4px; text-align: left; border-radius: 20px; background: #ffffff; box-shadow: 0 10px 25px rgba(12, 19, 34, 0.2); border: 1px solid #e2e8f0; }
.leaflet-popup-content { margin: 12px 14px; line-height: 1.4; }
.leaflet-popup-tip-container { width: 40px; height: 20px; position: absolute; left: 50%; margin-left: -20px; overflow: hidden; pointer-events: none; }
.leaflet-popup-tip { width: 15px; height: 15px; padding: 1px; margin: -10px auto 0; transform: rotate(45deg); background: #ffffff; border: 1px solid #e2e8f0; }
.custom-map-pin { display: flex; align-items: center; justify-content: center; background: #0c1322; color: #f59e0b; border: 2px solid #f59e0b; border-radius: 50%; width: 34px; height: 34px; font-weight: 900; font-size: 13px; box-shadow: 0 6px 16px rgba(12,19,34,0.35); cursor: pointer; transition: transform 0.2s; }
.custom-map-pin:hover { transform: scale(1.12); }