I have encountered this problem multiple times but still haven't found a solution to it: Whenever I use a large drop-shadow, the result looks somewhat like a compressed video.
Example: https://codepen.io/jpanter/pen/PWWQXK
Increasing $size
to e.g. 100px results in this very low quality looking effect:
filter: drop-shadow(0 0 150px #fd7000);
Is there some way to increase the quality of a large drop-shadow or a workaround for this?