.reb-breadcrumbs {
font-size: 14px;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 5px;
font-family: inherit;
}
.reb-breadcrumbs a {
text-decoration: none;
transition: opacity 0.3s ease;
}
.reb-breadcrumbs a:hover {
opacity: 0.8;
}
.reb-breadcrumbs .reb-separator {
margin: 0 4px;
opacity: 0.5;
}
.reb-breadcrumbs .reb-current {
font-weight: 600;
}