<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[aria-label=breadcrumbs] ol {
    padding: 0;
}

[aria-label=breadcrumbs] li {
    list-style: none;
    display: inline-block;
}

[aria-label=breadcrumbs] li + li::before {
    content: " / ";
}
</pre></body></html>