Random #css question time, in the hope someone can save me from hours of experimentation!
I'm styling html I don't control, and I want to make a descendent element as wide as an indirect ancestor. Basically, there's "ancestor" (unknown width, not full viewport) > "some layers of divs" (narrower than ancestor) > "my thing" (I want this to be as wide as "ancestor"). Is this a thing it is possible to do with CSS?