.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #337ab7;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 10px;
  color: #ccc;
}

.breadcrumbs a.active {
  font-weight: bold;
}
