.breadcrumb-nav-e1526bff {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.breadcrumb-list-e1526bff {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.breadcrumb-item-e1526bff {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb-link-e1526bff {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link-e1526bff:hover {
    color: #111827;
    text-decoration: underline;
}

.breadcrumb-separator-e1526bff {
    color: #d1d5db;
    margin: 0 2px;
    user-select: none;
}

.breadcrumb-current-e1526bff {
    color: #111827;
    font-weight: 500;
}
