Add borders to CTA button

Add this code to the Custom CSS field on the Style tab of your Logo Showcase widget’s settings:

[class^='ButtonBase__ButtonContainer-sc'] {
  border: 4px solid #FF8300 !important;
}