Change border radius in popup

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

@external {
  .eapp-team-showcase-popup-item-container {
    border-radius: 0;
  }
}