.bottom-breadcrumb {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: linear-gradient(180deg, #1a2028 0%, #141920 100%);
  border-top: 1px solid rgba(242, 201, 76, 0.35);
  box-shadow: 0 -10px 22px rgba(0, 0, 0, 0.22);
  padding: 8px 0;
  font-size: 0.85rem;
}

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

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

.bb-item {
  color: #d5dee8;
}

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

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

.bb-sep {
  color: #8b97a6;
}
