<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.example {
	overflow: scroll;
    display: flex;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    margin: 20px 0;
    padding: 9.5px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    align-content: flex-start;
}

.code {
    border-right: 1px solid #000;
    width: 50%;
    display: inline-block;
}

.context {
    flex-grow: 1;
    width: 50%;
    display: inline-block;
    padding-left: 9.5px;
}</pre></body></html>