#map-aragua {
    height: 350px;
    width: 100%;
    border-radius: 24px;
    z-index: 10;
}
.leaflet-container {
    background: #f8f8f2 !important;
}
/* Custom Map Info Card */
.map-info-card {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background: rgba(40, 42, 54, 0.9);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(98, 114, 164, 0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    min-width: 200px;
}
