.indeed-job-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.indeed-job {
  border: 1px solid #e2e2e2;
  padding: 1em;
  border-radius: 8px;
  background-color: #fafafa;
}

.indeed-job h3 a {
  color: #0073aa;
  text-decoration: none;
}

.indeed-job h3 a:hover {
  text-decoration: underline;
}
