Add shadow to counters

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

[class*="Card__Component-sc"] {
  box-shadow: 0 0 10px rgba(0, 0 , 0, 0.2);
}