<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editor {
    font-weight:bold;
    font-size: 16px;
    color: #777777;
    line-height: 1.5em;
    margin-bottom: 50px;
}
.editor p {
    margin-bottom: 1rem;
}
.editor ul, .editor ol {
    margin-left: 1em;
    margin-bottom: 1rem;
}
.editor ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}
.editor ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
}</pre></body></html>