/* Map container */
#evcl-map {
    width: 100% !important;       /* ensure full width */
    min-height: 400px !important; /* force a minimum height */
    height: 60vh !important;      /* responsive height relative to viewport */
    border: 2px solid #444;
    margin-bottom: 20px;
    display: block !important;
}

/* Charging station list */
#evcl-list {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    display: block !important;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    #evcl-map {
        height: 65vh !important;  /* taller for mobile screens */
    }
    #evcl-list {
        font-size: 13px;
    }
}

/* Force parent containers to expand */
#evcl-map, #evcl-map * {
    max-height: none !important;
}
