.bro-config-progress {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  color: var(--br-muted, #a69e92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bro-config-progress-track {
  height: 3px;
  margin-bottom: 28px;
  overflow: hidden;
  background: var(--br-border, #3d3530);
}

.bro-config-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--br-accent, #a86243);
  transition: width .25s ease;
}

.bro-chat {
  bottom: 78px;
  z-index: 45;
}

@media(min-width: 801px) {
  .bro-chat {
    bottom: 145px;
  }
}