<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS for the verified badge */
.vub-verified-badge {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: blue;
    border-radius: 50%;
    margin-left: 5px;
}

</pre></body></html>