Add background color behind blog item

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

[class*="layout__List"]>div {
    background-color: #ececec;
    border-radius: 10px;
}

Result