#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.25rem;
  margin-top: 4rem;
  white-space: pre-line;
  padding: 0;
}

#breadcrumbs li a,
.bread-current,
#breadcrumbs .separator {
  color: #2b2b29;
  font-size: 14px;
  font-weight: 500;
}

.bread-current {
  color: #931913;
}
