.job-title {
  font-family: "Amatic SC";
  font-size: 34;
  font-weight: 700;
  color: #164194;
  margin-bottom: 13px;
}

.job-excerpt {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #5f6c84;
  font-size: 16px;
  font-family: "Open Sans";
}

.job-content {
  color: #5f6c84;
  font-size: 16px;
  font-family: "Open Sans";
}

.job-item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.job-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/border-bottom.svg');
  background-position: center bottom;
}

.job-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #164194;
  border-radius: 50%;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/white-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  min-width: 46px;
}

.job-btn.open {
  transform: rotate(90deg);
  background-color: #ffda00;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/arrow.svg');
}

.job-social-apply {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.job-apply-link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px dashed #faf8ed;
  border-radius: 29px;
  transition: all 0.3s ease;
}

.job-apply-link {
  background-color: #ffda00;
  padding: 12px 24px;
  border-radius: 29px;
  font-size: 16px;
  color: #164194;
  font-family: "Open Sans";
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
}
.job-apply-link:hover {
  color: #164194 !important;
  transform: scale(1.1);
}

@media (max-width: 834px) {
  .job-social-apply {
    display: block;
  }

  .job-apply-link {
    margin-bottom: 30px;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .job-social-apply {
    text-align: center;
  }
}
