Add shadow to all items

Add this code to the Custom CSS field on the Appearance tab of your FAQ widget’s settings:

.eapps-faq-content-category-item {
    box-shadow: 0 10px 20px rgb(0 79 120 / 8%);
}