<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.osm-map__info {
    padding: 6px 8px;
    font: 14px / 16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    color: black;
    max-width: 220px;
}

.osm-map__info__title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
}

.osm-map__info__subtitle {
    font-size: 12px;
}
</pre></body></html>