/* Form Guide & Streak Badges */
.cx-streak-list {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cx-streak-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: var(--cx-radius-pill);
  font-size: 10px;
  font-weight: 800;
  color: var(--cx-white) !important;
  text-transform: uppercase;
  line-height: 1;
}

.cx-streak-w {
  background-color: var(--cx-green) !important;
}

.cx-streak-l {
  background-color: var(--cx-red) !important;
}

.cx-streak-d,
.cx-streak-nr {
  background-color: var(--cx-muted) !important;
}
