.acf-field-google-map-multi .search {
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
}

.acf-field-google-map-multi > .acf-input {
    border: 1px solid #efefef;
}

/**
 * Marker list below the map.
 */
.acf-field-google-map-multi .gmm-marker {
    display: flex;
    padding: 4px;
    font-size: 1.15em;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px #cecece solid;
}

.acf-field-google-map-multi .gmm-marker .gmm-marker--address {
    cursor: default;
    min-width: 500px;
    max-width: 100%;
}

.acf-field-google-map-multi .gmm-marker .gmm-marker--delete-icon {
    cursor: pointer;
    margin-left: 5px;
}
