div.acf-map {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.acf-map button {
    border-radius: 0;
}

.acf-map .marker {
    z-index: 999;
}

.accept-cookies {
    display: none;
}

.accept-cookies:has(+ .cmplz-blocked-content-container) {
    display: block;
    border: 1px solid var(--global-palette1);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}