.elementor-639 .elementor-element.elementor-element-2425bf80{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-31e261df *//* ===== CONTENEDOR GENERAL ===== */
.wpgmza_map_container {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 1200px;
    margin: 40px auto !important; /* separa del header */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* ===== LISTADO IZQUIERDA ===== */
.wpgmza_marker_listing {
    width: 35% !important;
    max-width: 380px;
    min-width: 280px;
    background: #f7f7f7;
    border-right: 1px solid #ddd;
    overflow-y: auto;
    height: 600px;
    padding: 15px;
}

/* Scroll bonito */
.wpgmza_marker_listing::-webkit-scrollbar {
    width: 6px;
}
.wpgmza_marker_listing::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* ===== ITEMS DE SUCURSALES ===== */
.wpgmza_marker_listing .wpgmza_listing_item {
    background: #fff;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 0.2s ease;
    cursor: pointer;
}

.wpgmza_marker_listing .wpgmza_listing_item:hover {
    background: #eaf6ff;
    border-color: #0073aa;
    transform: translateY(-2px);
}

/* ===== MAPA DERECHA ===== */
.wpgmza_map {
    width: 65% !important;
    height: 600px !important;
}

/* ===== BUSCADOR ===== */
.wpgmza_sl_search_form {
    padding: 10px;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

.wpgmza_sl_search_form input {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* ===== SEPARACIÓN DEL HEADER ===== */
.wpgmza_map_wrapper {
    margin-top: 40px !important;
}

/* ===== RESPONSIVE (CELULAR) ===== */
@media (max-width: 768px) {
    .wpgmza_map_container {
        flex-direction: column !important;
    }

    .wpgmza_marker_listing {
        width: 100% !important;
        height: 300px;
        max-width: 100%;
    }

    .wpgmza_map {
        width: 100% !important;
        height: 400px !important;
    }
}/* End custom CSS */