.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
    overflow: hidden;
}

/* Fixes potential theme css conflict. */
.acf-map img {
    max-width: inherit !important;
}

.acf-map-editor-img {
    object-fit: cover;
    inset: 0;
    width: 100%;
    height: 100%;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track, 
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after,
.gm-style .gm-style-iw-tc::after  { 
  background: rgb(229, 229, 229);
}

.gm-style .gm-style-iw {
    display: flex;
    flex-direction: row-reverse;
}

.gm-style-iw-ch {
    display: none;
}

.marker-content {
    margin-top: 20px;
}

.marker-content-address {
    font-size: 1em;
    font-weight: 400;
}