On Mobile, clicking on option doesn't highlight properly.
Screenshot:

Technical Details:
The highlight occurs on the label element, which is not 100% width of the li because of weird flex alignment.
Possible Solution:
Add .check inside label. and make label absolutely positioned relatively to the li element.