/* Shopping suggestions: one quiet line above the shopping list and one question card on the Grundbedarf page. */

.hw-suggest-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 2px 4px 6px;
}

.hw-suggest-label {
  flex: none;
  font-size: 13px;
  color: var(--bsft-color-muted);
}

.hw-suggest-chips {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.hw-suggest-chips::-webkit-scrollbar {
  display: none;
}

.hw-suggest-item {
  display: inline-flex;
  align-items: center;
  flex: none;
  gap: 2px;
}

.hw-suggest-question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 10px;
}

.hw-suggest-question-text {
  flex: 1 1 180px;
  margin: 0;
}

.hw-suggest-question-actions {
  display: flex;
  gap: 8px;
}
