.tooltip {
    display: none;
    position: fixed;
    padding: 4px 8px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none; /* Ignore mouse events */
    z-index: 1000; /* Make sure it's on top */
  }
  