Change border width and color for categories

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

.eapps-faq-content-category-items {
border: 1px solid red;
}