Looking to implement CSS to style a nested list like the one below:
1. item1
subitem
subitem
2. item2
subitem
subitem
I am trying to customize the appearance of the numbers (either in bold or red color). Despite searching online, the solutions I have found are for ordered lists only. Implementing these styles on a nested list adds extra numbers instead of bullets. Can anyone provide guidance on how to achieve this?