.breadcrumbs {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: #5f6875;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
    content: ">";
    margin-left: 0.4rem;
    color: #8a929d;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs [aria-current="page"] {
    color: #2f3742;
    font-weight: 600;
}
