Add border to Load More button

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

[class^='ButtonBase__ButtonContainer-sc'] {
border-color: #000 !important;
border: 2px solid !important;
}