Scraping from stylesheet attributes

I want to scrape an attribute value from stylesheet of html element. Attribute is only stored to stylesheet, not to HTML.

I want to scrape that "left: calc(34%)" value. (defines the location of picture)

Url: Yle - Vaalikone - kuntavaalit 2021

Sitemap:
{"_id":"votin","startUrl":["Yle - Vaalikone - kuntavaalit 2021 svg","multiple":false,"regex":"","delay":0}]}

Any ideas?

Why don't you just copy it?

I'm guessing you're trying to determine candidate's answers by matching up the image position. There is another attribute within the Html, color which seems to change consistently with each answer:

image