/* ==========================================================================
   job-detail — volle Stellenbeschreibung + Bewerbung (Content-Spalte)
   ========================================================================== */
.job-detail__back {
  margin-bottom: 1rem;
}
.job-detail__back a {
  font-weight: 500;
}

.job-detail__meta {
  color: var(--color-primary);
  font-weight: 500;
  margin: 0 0 1.5rem;
}

.job-detail__body h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

/* ── Bewerbungs-Block ──────────────────────────────────────────────────── */
.job-apply {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 2px solid var(--color-border, #e5e5e5);
}

.job-apply__intro {
  margin-bottom: 1.75rem;
}

.job-apply__files label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.job-apply__files small {
  color: #6b7280;
  font-weight: 400;
}

.job-apply__files input[type="file"] {
  display: block;
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  background: #fff;
}
