.explore-barchart-tooltip {
  min-width: 300px;
  .__digit-point {
    border-radius: 50%;
    width: 8px;
    height: 8px;

    &.--pattern-diagonal-lines {
      color: white;
      background-image: repeating-linear-gradient(
        45deg,
        currentColor 0,
        currentColor 1px,
        transparent 0,
        transparent 50%
      );
      background-size: 5px 5px;
    }
  }

  .__digit-percentage {
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 2px;

    &.--decrease {
      color: #cf1825;
    }

    &.--increase {
      color: #139b00;
    }
  }
}
