.vlt-breadcrumb {
  padding: 0.55rem 1rem;
  background: #f3f6f6;
  border-bottom: 1px solid #e3e8e8;
  font-size: 0.85rem;
  font-family: inherit;
  color: #404040;
}

.vlt-breadcrumb a {
  text-decoration: none;
  color: #2980b9;
}

.vlt-breadcrumb a:hover {
  text-decoration: underline;
}

.vlt-breadcrumb .vlt-sep {
  margin: 0 0.45em;
  color: #a0a0a0;
}

.vlt-breadcrumb .vlt-current {
  color: #333333;
  font-weight: 600;
}
