Okay looks like complex issue. I just need links to use in CSS for styling elements based on their order (nth-child). If I just copy link from browser inspector, will it work consitently?
This elements are not coming from cms. I want let client use 'content block' with template to add and remove elements. So I need to hard code styles instead of adding them separately for each card
Not sure how to use tokens here. They are not available in Content mode. What I need to do: I have several cards in the section with different decoration. Client wants to add/remove cards by himself. So content block fits well. I want to style decorations with CSS nth child for example: every second card will have this decor element, every third card this, etc.
Something like this. But generally I would like to automate this for user, because it's just visual thing defined by designer and doesn't affect content or functional. But if it's not possible, letting client choose by himself will work as well.