/* Recruit archive */

.he-recruit-content { padding: 4rem 0 6rem; }

.he-recruit-list { display: flex; flex-direction: column; gap: 3rem; }

.he-job-card {
  background: var(--he-white);
  border: 1px solid var(--he-slate-300);
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: var(--he-shadow-sm);
}

@media (min-width: 640px) { .he-job-card { padding: 2.5rem; } }

.he-job-card__header {
  border-bottom: 1px solid var(--he-slate-200);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.he-job-card__title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.he-job-card__icon {
  padding: 0.625rem;
  background: #fef2f2;
  color: var(--he-primary);
  border-radius: 0.5rem;
}

.he-job-card__title-row h3 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 900;
  color: var(--he-slate-900);
}

.he-job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.he-job-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.5rem;
}

.he-job-card__tag--salary {
  background: var(--he-slate-100);
  color: var(--he-slate-800);
}

.he-job-card__tag--condition {
  background: #fef2f2;
  color: var(--he-primary);
}

.he-job-section { margin-bottom: 2.5rem; }
.he-job-section:last-child { margin-bottom: 0; }

.he-job-section h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 900;
  color: var(--he-slate-900);
}

.he-job-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.he-job-section li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  color: var(--he-slate-700);
}

.he-job-section li .he-icon { color: #ef4444; margin-top: 0.125rem; flex-shrink: 0; }

.he-job-card__footer {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--he-slate-200);
  text-align: center;
}

.he-job-card__footer .he-btn {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .he-job-card__footer .he-btn { width: auto; }
}

.he-recruit-empty {
  text-align: center;
  padding: 3rem;
  color: var(--he-slate-600);
  font-weight: 600;
}
