When an amount is hidden (blurred) the following happens:
<div class="sds-amount -amountPositive -amountXs -amountBlurred">
<button type="button" class="sds-amount__blurToggle">
<span class="sr-only">Toggle amount visibility, currently, the amount is {visibility}</span>
</button>
<div class="sds-amount__body" aria-hidden="true">
<span class="sds-amount__value">{+#.###,##}</span>
<span class="sds-amount__currency">€</span>
</div>
</div>
{% include "@amount-frame" %}