#dice-jobs-widget .job-result {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    padding: 10px;
}

#dice-jobs-widget .job-result:not(:first-of-type) {
    border-top: 1px solid #ebebeb;
}

#dice-jobs-widget .job-result:last-of-type {
    margin-bottom: 14px;
}

#dice-jobs-widget .job-result p,
#dice-jobs-widget .widget .job-result p {
    margin-bottom: 0;
}

#dice-jobs-widget ul + .dice-jobs-widget-button .button {
    margin-top: 0;
}
