<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
    list-style: none; /* Removes the bullet */
    padding-left: 0; /* Removes default indentation */
}
li {
    list-style: none; /* Removes the bullet */
    padding-left: 0; /* Removes default indentation */
}
.zdk-highlight-word {
    width: 95%;
    padding: 2px 4px;
    position: relative;
    background-color: #e8e8e8;
    border: 0;
    margin: 0 5px;
    border-radius: 3px;
    letter-spacing: .75px;
    line-height: 24px;
    white-space: pre-warp;
}</pre></body></html>