.__job-cards {
  width: 100%;
}
.__job-cards .__job-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: var(--spacing-base);
  cursor: pointer;
  border-bottom: 1px solid var(--core-border-bordersecondary);
}
.__job-cards .top-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.__job-cards .img-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.__job-cards .img-container .img {
  width: 40px;
  height: 40px;
}
.__job-cards .overall {
  color: var(--scores-overall-9);
  background-color: var(--scores-overall-2);
}
.__job-cards .personality {
  color: var(--scores-compatibility-10);
  background-color: var(--scores-compatibility-1);
}
.__job-cards .expertise {
  color: var(--scores-expertise-10);
  background-color: var(--scores-expertise-1);
}
.__job-cards .right {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
.__job-cards .job-card-link-btn {
  font-family: var(--oceanic-grotesk);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.__job-cards .blurred-score {
  font-family: var(--oceanic-grotesk);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 2px var(--spacing-xs);
  filter: blur(3px);
}
.__job-cards .description .title {
  color: var(--core-text-textheading);
  font-family: var(--oceanic-text);
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: var(--spacing-xs);
}
.__job-cards .hidden {
  display: none;
}
.__job-cards .job-details {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.__job-cards .emoji {
  margin-right: var(--spacing-xs);
}
.__job-cards p {
  font-family: var(--oceanic-grotesk);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}
.__job-cards .item-placeholder {
  height: 20px;
}

/*# sourceMappingURL=job_cards.css.map */