<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb-block {
    /* border-bottom: 1px solid #ebebeb; */
    position: relative;
    padding: 20px 0;
    z-index: 2;
    margin-bottom: 15px;
}

.breadcrumb {flex-wrap: nowrap; overflow: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb&gt;li {white-space: nowrap;
    position: relative;
    padding: 0 20px;
    font-size: var(--typo-xs);
    font-weight: normal;
    line-height: 1.2em;
    vertical-align: top;
    display: inline-block;
}

.breadcrumb&gt;li:first-child {
    padding-left: 0;
}

.breadcrumb&gt;li a {white-space: nowrap;
    position: relative;
    color: var(--color-gray-100);
}

.breadcrumb&gt;li .icon {
    vertical-align: top;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    display: none;
}

.breadcrumb&gt;li a:hover {
    color: #4BB1B0;
    text-decoration: none;
}

.breadcrumb&gt;li.active {
    color: var(--color-default);
}

.breadcrumb&gt;li .text-overflow {
    max-width: 500px; text-overflow: ellipsis;
}

.breadcrumb&gt;li+li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--color-gray-100);
    position: absolute;
    top: 12px;
    left: -3px;
    padding: 0;
    border-radius: var(--rounded-circle);
}</pre></body></html>