.breadcrumb {
  font-size: 0.95rem;
  font-weight: 400;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb-sep {
  color: #aaa;
  font-weight: 300;
  padding: 0 4px;
}
.breadcrumb .current {
  color: #333;
  font-weight: 600;
}
