/* Mapa Global - Frontend styles */

.wpmg-map-wrapper {
    position: relative;
    margin: 0 0 1.5em;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

#wpmg-map {
    display: block;
}

/* Forzar fondo blanco en InfoWindow nativo */
.gm-style .gm-style-iw,
.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw-c {
    background: #fff !important;
}

/* Asegurar visibilidad del boton cerrar */
.gm-style .gm-ui-hover-effect {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.wpmg-map-wrapper {
    height: 100%;
}