The following code is not working to add a border line on published content jobs by customers or users. Please review the screenshot below for reference.
.job-overview-content {
background-color: your color;
border-color: your color;
border-width: 10px;
border-style: solid;
}