<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Buttons Icons */
.fa {
    font-size:15px;
}


.leaflet-popup-content-wrapper {
    background: var(--bg-surface);
    border-radius: var(--radius-s);
}
.leaflet-popup-tip {
    background: var(--bg-surface);
}

.leaflet-popup-content {
    width: 250px;
    max-width: 40rem;
}
.leaflet-popup-content p {
    margin-top: var(--space-4xs);
    margin-bottom: 0;
}
.leaflet-popup-content-wrapper a.btn.primary {
    color: var(--dark);
}
</pre></body></html>