.map-locations-block #map-container {
    width: 100%;
    min-height: 400px;
    border: 1px solid #ddd;
    border-radius: 15px !important;
}
.location{
    background-color: aquamarine;
    padding: 10px 20px;
    letter-spacing: 1px;

}

.location-popup {
    text-align: center;
    min-width: 150px;
}

.location-popup h6 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.1px;
}

.location-popup p {
    margin-bottom: 10px;
    letter-spacing: 1.1px;

}

.location-selector-content {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}

.location-selector-content .form-check {
    margin-bottom: 10px;
}