.bfew-bike-fit {
  --bfew-row-gap: 8px;
  --bfew-chip-gap: 4px;
  text-align: left;
}

.bfew-title {
  margin: 0 0 8px;
}

.bfew-groups {
  display: block;
}

.bfew-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--bfew-chip-gap);
  margin-top: var(--bfew-row-gap);
  clear: both;
}

.bfew-chip {
  display: inline-block;
  background: #fff;
  color: #54595f;
  border: 1px solid #d5d8dc;
  border-radius: 2px;
  padding: 2px 10px;
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.bfew-chip-parent {
  color: #3f3f3f;
  font-weight: 600;
}

.bfew-empty-state {
  border: 1px dashed #b9bec4;
  padding: 10px;
  font-size: 12px;
  color: #54595f;
  background: #fafafa;
}
