<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.editor-content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: initial;
    color: initial;
}

div.editor-content * {
    font-family: inherit;
    text-align: inherit;
    color: inherit;
}

@media(max-width: 992px) {
    iframe.embed-responsive-item {
        height: 100%;
        width: 100%;
        aspect-ratio: 16/9;
    }
}
</pre></body></html>