/* ============================================================
   Yasmalia Addons — Google Maps Widget
   ============================================================ */

.yasmalia-google-maps {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.yasmalia-google-maps__wrapper {
    position: relative;
    width: 100%;
}

.yasmalia-google-maps__iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Interaction overlay (quando disable_interactions = yes) */
.yasmalia-google-maps--no-interact .yasmalia-google-maps__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: default;
}

/* Loading placeholder */
.yasmalia-google-maps__wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #f0f0f0;
    z-index: 0;
    pointer-events: none;
}

.yasmalia-google-maps iframe {
    position: relative;
    z-index: 1;
}
