.single-job {
  margin-bottom: 0;
}
.single-job__apply {
  margin-top: 50px;
}

.job-apply-card {
  margin-top: 50px;
  padding: 10px;
  border: 1px solid #000000;
}
.job-apply-card__title {
  margin-bottom: 10px;
}
.job-apply-card__description {
  font-size: 14px !important;
  line-height: 1.6;
}
.job-apply-card__button-wrap {
  margin-top: 10px;
}
.job-apply-card__button {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.job-apply-card__button:active .job-apply-card__icon {
  transform: translateX(6px);
}
@media screen and (min-width: 1025px) {
  .job-apply-card__button:hover .job-apply-card__icon {
    transform: translateX(6px);
  }
}
.job-apply-card__icon {
  font-size: 16px;
  transition: transform 0.3s ease;
  transform: translateX(0);
}

/*# sourceMappingURL=single-job.css.map */
