<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.novo-map-container {
    max-width: 100%;
}

/* important for the cluster markers */
.novo-map-container * {
    box-sizing: content-box;
}

.novo-map-container .infobox * {
    box-sizing: border-box;
}

/*fix for some themes like wp 2017*/
.novo-map-container a img {
    box-shadow: none !important;
}</pre></body></html>