.el-breadcrumb {
  font-size: 16px;
  margin-bottom: 20px;
  direction: inherit;
  color: #fff;
}

.el-breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.el-breadcrumb a:hover {
  text-decoration: none;
}

.el-breadcrumb span {
  color: #fff;
  font-weight: bold;
}

.el-breadcrumb-separator::before {
  content: "›";
  margin: 0 6px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

html[dir="ltr"] .el-breadcrumb-separator::before {
  content: "/";
}
