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

.breadcrumbs .home {
    text-transform: uppercase;
}

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

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