.location-pane {
    width: 300px;
    height: 200px;
    background-color: pink;
}

.marker {
    background-image: url('../../../images/mapbox-icon.png');
    background-size: cover;
    width: 62px;
    height: 54px;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}