Add border to the post cards

Add the code below to Custom CSS field on your Social Feed widget’s Appearance tab:

[class*="CardContainer-sc-"] {
   border: 1px solid #ddd;
}