.breadcrumb {
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
}

.breadcrumb-item a:hover {
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
}

.breadcrumb-item.active span {
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
}

.breadcrumb-separator {
    margin: 0 17px;
    color: #6c757d;
}