.breadcrumb { display: flex; align-items: center; gap: var(--Space-x025); flex-shrink: 0; flex-grow: 0; &:last-of-type { flex: 1; max-width: 100%; min-width: 0; } } .link { display: flex; color: var(--breadcrumbs-text-color); &:hover { color: var(--breadcrumbs-text-hover-color); text-decoration: underline; } } .icon { flex-shrink: 0; }