/* Custom Leaflet Styles */
.leaflet-popup-content-wrapper {
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(4px);
    color: #e2e8f0;
    border: 1px solid #334155;
    border-radius: 0.5rem;
}

.leaflet-popup-tip {
    background: #334155;
}

.custom-div-icon {
    background: transparent;
    border: none;
}

/* Scrollbar refinement */
.leaflet-container {
    background: #020617;
}
