body { margin: 0; padding: 0; } map-container { position: relative; top: 0; bottom: 0; width: 100%; };
marker {
background-size: cover; width: 50px; height: 50px; border-radius: 50%; cursor: pointer;
}
.mapboxgl-popup {
max-width: 240px;
}
.mapboxgl-popup-close-button {
display: none;
}
.mapboxgl-popup-content {
color: #000000; max-width: 220px;
}
.mapboxgl-popup-content-wrapper {
padding: 1%;
}