.bc-bar {
    height: 52px;
    padding: 0 16px;
    background: #fff;
    border: 0.5px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.bc-icon {
    width: 28px;
    height: 28px;
    background: #eaf5ee;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #288a44;
    flex-shrink: 0;
}

.bc-page-title {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.bc-link {
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 5px;
    transition: background 0.12s, color 0.12s;
}

.bc-link:hover {
    background: #f3f4f6;
    color: #111827;
}

/* Override Bootstrap's default breadcrumb separator */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-size: 14px;
    line-height: 1;
    color: #d1d5db;
    font-weight: 400;
}

.bc-active {
    font-size: 13px;
    font-weight: 500;
    color: #288a44 !important;
    background: #eaf5ee;
    padding: 3px 8px;
    border-radius: 5px;
}
