.has-box-shadow{position:relative}.has-box-shadow:before{content:" ";height:var(--wp--custom--icon--height, calc(100% + var(--wp--custom--box-shadow--spread, 0)));width:var(--wp--custom--icon--width, calc(100% + var(--wp--custom--box-shadow--spread, 0)));z-index:var(--wp--custom--box-shadow--z-index, -1);position:absolute;left:calc(var(--wp--custom--box-shadow--x, 0) - (var(--wp--custom--box-shadow--spread, 0) / 2));top:calc(var(--wp--custom--box-shadow--y, 1px) - (var(--wp--custom--box-shadow--spread, 0) / 2));filter:blur(var(--wp--custom--box-shadow--blur, 2px));background:var(--wp--custom--box-shadow--color);border-radius:inherit}