.job-image-small {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 20%;
}

.job-image-large {
  width: 350px;
}

.job-link:hover {
  color: inherit;
  text-decoration: none;
}

.job-location {
  color: #6c757d !important;
}

.job-info {
  text-align: left;
  padding-left: 1.5em;
  width: 100%;
}

.hr-light {
  border: 1px solid #919191; /* ced1d4 b3b3b4 */
  border-radius: 5px;
  opacity: 0.3;
}

.job-candidates {
  font-size: 16px;
  float: right;
}

.job-card {
  margin-bottom: 1em;
  box-shadow: 0 0px 3px 0 rgba(188, 205, 215, 0.2), 0 2px 5px 0 rgba(188, 205, 215, 0.2),
    0 3px 1px -1px rgba(188, 205, 215, 0.2);
}

.job-open {
  border-right: 5px solid #54b408;
}

.job-closed {
  border-right: 5px solid var(--cool-red);
}

.job-card:hover {
  opacity: 0.7;
  cursor: pointer;
}

.job-location-icon {
  font-size: 70%;
}
