/* =================== hc-sugg-chip.css =================== */
.hc-sugg-chip {display: inline-flex; align-items: center; gap: 4px; padding: 6px 12px; border-radius: 999px; background: rgba(26, 23, 20, 0.04); color: var(--hc-ink, #1a1714); text-decoration: none; font-size: 12.5px; font-weight: 500; white-space: nowrap; transition: background 0.2s ease, transform 0.2s ease}
.hc-sugg-chip:hover, .hc-sugg-chip.is-active {background: rgba(139, 115, 85, 0.14); transform: translateY(-1px)}
.hc-sugg-chip__icon {color: var(--hc-accent, #8b7355); font-size: 10px}
