Add shadow around container

Add this code to the Custom CSS field on the Style tab of your Visitor Counter widget’s settings:

[class^="widget__VisitorCounterComponent-sc"]{
box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}