.social-tooltip {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  pointer-events: none;
  z-index: 1000;
  max-width: 150px;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.15s ease;
}

/*# sourceMappingURL=tooltip.css.map */
