.ddtheme-gdpr-map {
    position: relative;
    margin: 0;
}

.ddtheme-gdpr-map .ddtheme-map-holder {
    width: 100%;
    height: 400px;
    background: #eee url('../img/map-placeholder.jpg') no-repeat center;
    background-size: cover;
}

.ddtheme-gdpr-map .ddtheme-map-consent {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.65);
}

.ddtheme-gdpr-map .ddtheme-map-consent-inner {
    max-width: 520px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.ddtheme-gdpr-map .ddtheme-map-noapikey,
.ddtheme-gdpr-map .ddtheme-map-error {
    padding: 20px;
    text-align: center;
    color: #666;
}