/* =================== hc-sugg-cat.css =================== */
.hc-sugg-cat {display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: var(--hc-ink, #1a1714); transition: background 0.15s ease}
.hc-sugg-cat:hover, .hc-sugg-cat.is-active {background: rgba(139, 115, 85, 0.08)}
.hc-sugg-cat__ico {display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: rgba(139, 115, 85, 0.1); color: var(--hc-accent-dark, #7a6548); font-size: 13px; flex: none}
.hc-sugg-cat__name {font-size: 14px; font-weight: 500}
