/* Carrière — React Native (job offer detail) */

.job-hero__eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 0.35rem;
}

.section-job-offer {
  margin-top: 0;
}

.job-offer-row {
  align-items: stretch;
}

.job-detail-card {
  background-color: #527da3;
  color: #ffffff;
  border-radius: 15px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  height: 100%;
  box-shadow: 0 12px 32px rgba(5, 10, 16, 0.12);
}

.job-detail-card p {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 1rem;
}

.job-detail-card p:last-child {
  margin-bottom: 0;
}

.job-detail-card .job-list-title {
  display: block;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 1.5rem;
  margin-bottom: 0.65rem;
  color: #ffffff;
}

.job-dash-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.job-dash-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.job-dash-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  font-weight: 600;
}

.job-contact-card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.job-contact-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  color: #0a0a0a;
  margin-bottom: 1.5rem;
}

.job-contact-card .contact-info-item__label {
  font-size: 1rem;
}
