.hs-suggest-panel {
  display: none;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafafa;
}
.hs-suggest-label { font-size: 13px; margin-bottom: 6px; color: #374151; }
.hs-chip-wrap { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
.hs-chip {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 9999px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
}
.hs-chip:hover { background: #f3f4f6; }
.hs-insert-all { font-size: 12px; text-decoration: underline; color: #2563eb; }
