.kit-tooltip {
  .k-popup {
    max-width: 250px;
    border: none;
    box-shadow: none;
  }

  .k-tooltip {
    padding: 6px 10px;
    color: var(--ui-kit-color-grey-10);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 4px;
    border: 1px solid var(--ui-kit-color-grey-11);
    background: var(--ui-kit-color-white);
    box-shadow:
      0 1px 3px 0 rgba(0 0 0 / 0.10),
      0 1px 2px 0 rgba(0 0 0 / 0.06);
  }

  .k-callout {
    display: none;
  }
}
