Why this CSS ...
.sticky-info span:after {content: 'test';}
... results in ...
<div class="sticky-info"><span>Price <strong>€120</strong>::after</span>
Is there a way to get the content:'test'
behind every </span>
inside <div class="sticky-info">
There are several spans inside <div class="sticky-info">