Hi, I can help you out with this. You can adjust the dropshadow size and color by adjusting the values.
#ez-toc-container {
-webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
}
And if you want it with the curved borders like in your photos you can do this:
#ez-toc-container {
border-radius: 10px;
-webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
}
If it doesn’t work send me the link to your site.