.mapbox-1 .ahura-map-element {
    width: 100%;
    height: 400px;
}

.mapbox-1 .mapboxgl-popup {
    max-width: 200px;
}

.mapbox-1 .marker {
    background-size: cover;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.mapbox-1 .mapboxgl-popup-close-button {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-color: #424242;
    color: #fff;
    font-size: 21px;
    line-height: .7;
    border-radius: 50px;
    text-align: center;
    padding: 8px;
    top: -15px;
    right: -10px;
    box-shadow: 0 0 6px #00000047;
    transition: ease .3s;
}

.mapbox-1 .mapboxgl-popup-close-button:hover {
    background-color: #d72d2d;
}

.mapbox-1 .map-details {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 15;
    text-align: center;
    padding: 5px;
    background-color: #666666;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}