.wfa-job-offer-page-contact-card {
  padding: 25px 15px 10px;
  box-shadow: 5px 8px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
}

.wfa-job-offer-page-contact-card__title {
  font-size: 25px !important;
  margin: 20px auto 40px !important;
  text-align: center;
}

.wfa-job-offer-page-contact-card__title + p {
  font-weight: bold;
}

.wfa-job-offer-page-contact-card_benefit-list {
  margin-left: 40px;
  line-height: 1.5;
  margin-bottom: 35px !important;
}

.wfa-job-offer-page-contact-card__cta {
  position: relative;
}

.wfa-job-offer-page-contact-card__cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  left: -15px;
  height: 2px;
  background-color: #d0ab76;
}

.wfa-job-offer-page-contact-card__cta .wp-block-button {
  position: relative;
  margin: 0 auto !important;
}

.wfa-job-offer-page-contact-card__link-login {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}

.wfa-job-offer-page-contact-card__link-login a {
  text-decoration: underline;
}
