.bo-reaction-tip {
  position: absolute;
  transform: translate(-50%, -100%);
  min-width: 220px;
  max-width: 420px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(20, 20, 24, 0.95);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 120ms ease;
}

.bo-reaction-tip.is-visible { opacity: 1; }

.bo-reaction-tip__user { color: #fff; text-decoration: underline; }
.bo-reaction-tip__more { opacity: 0.85; }
.bo-reaction-tip__loading,
.bo-reaction-tip__empty,
.bo-reaction-tip__error { opacity: 0.9; }

/* Emoji-only buttons: visually hide text label but keep it accessible */
.votingapi-reaction-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
