<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#layer_popup_text,
#layer_popup_image,
#layer_popup_iframe{
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
    font-size:medium;
}
</pre></body></html>