body {
  font-family: Arial, sans-serif;
  background-color: #fdfdfd;
  margin: 0;
  padding: 0;
}

.highlight {
  background-color: yellow;
}

.job-card {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 12px 0 rgba(0, 0, 0, 0.19);
  width: 764px;
  margin-left: 1.5rem;
}

.job-card__favourite {
  display: none;
}

.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #0AA;
  background-color: #e7f3ff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
  float: right;
}

.job-row__details > a {
  text-decoration: none;
  color: #006bef;
  font-weight:  bold;
  font-size: 1.25rem;
  display:block;
}

.job-row__details > a:hover {
  text-decoration: underline;
}

.last-updated {
  margin-left: 1.5rem;
  color: #6c757d;
}
.last-updated > span {
  font-weight: bold;
}

.job-row__extra {
  margin-top: 2.25rem;
  padding-left:0.5rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.job-card__link {
  text-decoration: none;
  font-weight: normal;
  background-color:  #006bef;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.19);
  color: #fdfdff;
}

.job-card__link:hover {
  background-color: #0056b3;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1.5), 0 6px 10px 0 rgba(0, 0, 0, 0.13);
}

.job-card__link:active {
  background-color: #004494;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.chas-job {
  background-color: #fff5f0;
  border-color: #fb0;
}
