Whenever you see web scraping tutorials, they always use a vertical list to scrap from. Here is an example of a vertical list being
scraped:

The yellow highlight is the title and the blue highlight is the amount. After selecting a few titles and amounts, you get something like this from Power Automate /Desktop:

The values all match...everything is ok.
However, if you do the same thing with a list that is not vertical, the values do not align. Here is a non-vertical list from Amazon:

Titles are in yellow highlight and the amounts are in blue highlight.
Here is what happens with Power Automate:

Notice that values do not align anymore. The CSS selectors are different and maybe that is why they do not align; however, I assumed that the software was looking for a pattern. Is there a way to fix this issue?
Thanks!!!