/* ========================================
   GOOGLE MAPS CONSENT OVERLAY
   ======================================== */

.elementor-widget-google_maps_iframe .elementor-widget-container {
    height: 100%;
}

.google-maps-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.google-maps-iframe,
.gmap-iframe-container,
.gmap-iframe-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.gmap-consent-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.gmap-consent-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.gmap-consent-notice {
    font-size: 13px;
    color: #555;
    max-width: 640px;
    margin: 0 auto 1.2rem auto;
    line-height: 1.6;
    text-align: center;
}
.gmap-consent-notice a {
    text-decoration: underline;
}
