.elementor-widget-google_maps .elementor-widget-container,
.elementor-widget-google_maps:not(:has(.elementor-widget-container)) {
    overflow: hidden;
}

.elementor-widget-google_maps .elementor-custom-embed {
    line-height: normal;
}

/* 2-Klick DSGVO Google Maps Styles */
.dsgvo-maps-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    font-family: inherit;
    margin: 10px 0;
}

.dsgvo-maps-overlay {
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 380px;
}

.dsgvo-maps-content {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.dsgvo-maps-icon {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 2px;
}

.dsgvo-maps-title {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    line-height: 1.3;
}

.dsgvo-maps-address {
    font-size: 15px;
    font-weight: 600;
    color: #4a5568;
    margin: 0;
}

.dsgvo-maps-notice {
    font-size: 13px;
    color: #718096;
    line-height: 1.5;
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    margin: 8px 0;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.dsgvo-maps-notice a {
    color: #2f5aae;
    text-decoration: underline;
    cursor: pointer;
}

.dsgvo-maps-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 6px;
}

.dsgvo-maps-btn-primary {
    background-color: #2f5aae;
    color: #ffffff !important;
    border: none;
    padding: 11px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
    box-shadow: 0 2px 6px rgba(47, 90, 174, 0.3);
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dsgvo-maps-btn-primary:hover {
    background-color: #1f4287;
    transform: translateY(-1px);
}

.dsgvo-maps-btn-secondary {
    background-color: #ffffff;
    color: #4a5568 !important;
    border: 1px solid #cbd5e1;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dsgvo-maps-btn-secondary:hover {
    background-color: #f1f5f9;
    color: #1a202c !important;
    border-color: #94a3b8;
}

.dsgvo-maps-remember {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #718096;
    cursor: pointer;
    margin-top: 4px;
    user-select: none;
}

.dsgvo-maps-container {
    width: 100%;
}

.dsgvo-maps-toolbar {
    background: #ffffff;
    padding: 10px 18px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 8px;
}

.dsgvo-maps-status {
    font-weight: 600;
    color: #2d3748;
}

.dsgvo-maps-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dsgvo-maps-link {
    color: #2f5aae;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}

.dsgvo-maps-link:hover {
    text-decoration: underline;
}

.dsgvo-maps-revoke-btn {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 11.5px;
    font-weight: 500;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.15s;
    font-family: inherit;
}

.dsgvo-maps-revoke-btn:hover {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fecaca;
}

.dsgvo-maps-iframe-holder iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

@media (max-width: 600px) {
    .dsgvo-maps-overlay {
        padding: 24px 16px;
        min-height: 320px;
    }
    .dsgvo-maps-title {
        font-size: 18px;
    }
    .dsgvo-maps-actions {
        flex-direction: column;
        width: 100%;
    }
    .dsgvo-maps-btn-primary,
    .dsgvo-maps-btn-secondary {
        width: 100%;
        justify-content: center;
    }
    .dsgvo-maps-iframe-holder iframe {
        height: 320px;
    }
}