<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed-breadcrumb {
    border-radius: 0;
    position: sticky;
    background: var(--body-bg);
    z-index: 500;
    box-shadow:  inset 0 2px 2px rgb(0 0 0 / 5%);
    width: 100%;
}

.fixed-breadcrumb .breadcrumb-item {
    color: var(--colour_text_body)
}

.fixed-breadcrumb .breadcrumb-item:hover {
    color: var(--colour_text_body_hover)
}
</pre></body></html>