body { font-family: sans-serif; margin: 0; }
#map { height: 90vh; width: 100%; }
.leaflet-popup-content-wrapper {
    width: 250px;
}
.leaflet-popup-content img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 5px;
}
.leaflet-popup-content h3 {
    margin: 0 0 5px 0;
}
/* Styling for lydafspiller i popup */
.leaflet-popup-content audio {
    width: 100%; /* Få afspilleren til at fylde popup-bredden */
    margin-top: 15px; /* Lidt luft over afspilleren */
    height: 40px; /* Gør den lidt mere kompakt i højden */
}