.breadcrumb-8cbb59cc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.breadcrumb-8cbb59cc .bc-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b8243; /* default */
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.breadcrumb-8cbb59cc .bc-home:hover {
    opacity: 0.8;
}

.breadcrumb-8cbb59cc .bc-home svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.breadcrumb-8cbb59cc .bc-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.breadcrumb-8cbb59cc .bc-chevron svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.breadcrumb-8cbb59cc .bc-text {
    font-weight: 500;
    color: #0b8243;
}