Add dropshadow around blog item

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

[class*="layout__"]>div {
    box-shadow: 3px 5px 7px rgba(0,0,0,0.5);
    padding: 5px;
}

Result