.bottom-breadcrumb {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: #AE1B00;
  border-top: 1px solid #e5e7eb;
  padding: 6px 0;
  font-size: 0.85rem;
}

body.has-bottom-breadcrumb {
  padding-bottom: 42px;
}

.bb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: #ffffff;
}

.bb-item {
  color: #ffffff;
}

.bb-link {
  color: #ffffff;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
}

.bb-link:hover {
  text-decoration: underline;
}

.bb-sep {
  color: #f1f1f1;
}
