.esn-drag-tooltip > .tooltip-inner {
  .ellipsis;

  max-width: 400px;
}

.esn-drag-tooltip-animation {
  transition: top 500ms, left 500ms;
}

.grabbable {
  .cursor-grab;

  .clickable {
    .cursor-grabbing;
  }
}

.grabbable:active {
  .cursor-grabbing;
}