.breadcrumbs {
list-style: none;
margin: 0;
display: flex;
flex-flow: row wrap;
gap: 0.5em;
li:not(:first-child):before {
content: '»';
}