Add a border to the blog popup

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

[class*="popup__Content"] {
    border: 5px solid #f1f;
}

Result: