
/* Reactions bar */
.nv-react-bar{ display:flex; gap:8px; align-items:center; margin-top:8px }
.nv-react-btn{ display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border-radius:999px; border:1px solid #e6e8ec; background:#fff; cursor:pointer; font-weight:700; line-height:1 }
.nv-react-btn .nv-react-count{ font-size:.85rem; opacity:.8 }
.nv-react-btn.active{ border-color:#1f6feb; box-shadow:0 0 0 3px rgba(31,111,235,.15) }
.nv-react-btn.nv-busy{ opacity:.6; pointer-events:none }

/* Dark / HNL friendly */
.hnl-theme .nv-react-btn, .nv-fan-zone.hnl-theme .nv-react-btn{ background:#0d1520; border-color:#1b2a3c; color:#e8eef7 }
.hnl-theme .nv-react-btn.active, .nv-fan-zone.hnl-theme .nv-react-btn.active{ border-color:#1e7f36; box-shadow:0 0 0 3px rgba(30,127,54,.25) }
