.combined {
position: relative;
padding: 50px;
width: 400px;
z-index: 0;
}
.combined::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ccc;
border-radius: 7px;
filter: url(#combined);
z-index: -1;
}