<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#breadCrumbs li {
    display: inline-block;
    width: auto;
}

#breadCrumbs li:not(:last-of-type)::after {
    content: "&gt;";
    font-size: 16px;
    margin-left: 1.4em;
    margin-right: 1.4em;
}</pre></body></html>