.popover-tip {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;

  :global {
    .anticon {
      margin-right: 5px;
    }
  }
}

.popover-tip-content-item {
  width: 250px;

  :global {
    .title {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.9);
      font-weight: bold;
      margin-bottom: 5px;
    }

    .text {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.65);
    }
  }
}
