.job-result {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.job-result:not(:first-of-type) {
    border-top: 1px solid #ebebeb;
}

.job-result:last-of-type {
    margin-bottom: 14px;
}
.job-result p,
.widget .job-result p {
    margin-bottom: 0;
}