.custom-job-widget {
  margin: 30px 30px 0 30px;
  border-top: solid 1.5px #000;
}

.custom-job-widget .job-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
}

.custom-job-widget .job-meta {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
}

.custom-job-widget .job-section {
  margin-top: 10px;
}

.custom-job-widget .salary-range {
  color: red;
}

.custom-job-widget .job-details p {
  margin-bottom: unset;
}
