.custom-marker {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white;
}

.maplibregl-popup {
    padding: 10px;
    max-width: 400px;
}
