.breadcrumbs {
    font-size: var(--theme--font-size--small);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #737373;
}

.breadcrumbs a {
    color: #737373;
}

.breadcrumbs .home {
}

.breadcrumbs .separator {
    margin: 0 0.75em;
}

.breadcrumbs > span:last-of-type {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
