.acseo-map .gmap {
    height: 500px;
    width: 100%;
}

.acseo-map .places-list {
    height: 500px;
    overflow: scroll;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--color_2);
    list-style-type: none;
}

.acseo-map .places-list li {
    padding:15px 5px;
    border-bottom: 1px solid var(--color_5);
    list-style-type: none;
}

.acseo-map .places-list li:before {
    display: none!important;
}

.acseo-map .places-list li:last-child {
    border-bottom: unset;
}

/**
* List element title
*/
.acseo-map .marker.afg-active .contact-title {
    cursor: pointer;
    transition: all .3s;
}

.acseo-map .marker.afg-active .contact-title:hover {
    color: var(--page-color-background);
}

.acseo-map .address .contact-title .list-image {
    position: relative;
    text-transform: uppercase;
}

.acseo-map .address .contact-title .list-image:before {
    content:'';
    display:inline-block;
    height:12px;
    width:12px;
    position:relative;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s;
}

/**
* List element and infowindow content
*/
/**
* Adress
*/
.acseo-map .address * {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--title-font);
    margin-bottom: 0;
}

.acseo-map .places-list .address * {
    margin-bottom: 0!important;
}

.acseo-map .gmap .address > * > * {
    margin-bottom: 0!important;
}

.acseo-map .address [itemprop="description"] {
    text-transform: none;
    padding-top: 0;
}

/**
* Contact
*/
.acseo-map .address .contact-section > * {
    display: block;
}

.acseo-map .address .label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.acseo-map .address .label + * {
    margin-bottom: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.acseo-map .address a {
    border-bottom: 1px solid var(--color_3);
    border-bottom: 1px solid var(--page-color-background);
}

.acseo-map .address a.acseo-button-inline {
    border-bottom: unset;
    margin:15px 0;
}

/**
* Place attributes
*/
.acseo-map .address .attributes-wrapper {
    margin-top: 15px;
    padding:15px;
    border-radius: 6px;
    background-color: var(--color_5-3);
    max-width: 380px;
}

.acseo-map .address .attribute {
    line-height: 14px;
}

.acseo-map .address .attribute .label,
.acseo-map .address .attribute .text {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
}

.acseo-map .address .attribute .label {
    font-weight: 700;
}

/**
* Hide
*/
.acseo-map .address [itemprop="addressCountry"] {
    display: none;
}

.acseo-map .address .gps-wrapper {
    display: none;
}