/* =========================
   物件情報募集ページ
========================= */

.wanted-section {
  padding: 70px 0;
  background: #fff;
}

.wanted-lead,
.wanted-note {
  background: #f7faf7;
  border: 1px solid #d8e2d8;
  border-radius: 12px;
  padding: 28px 32px;
  margin-top: 30px;
}

.wanted-lead h2,
.wanted-note h2 {
  color: #3f6f4f;
  margin-bottom: 16px;
}

.wanted-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 36px;
}

.wanted-card {
  background: #fff;
  border: 1px solid #d8e2d8;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.wanted-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}

.wanted-status {
  display: inline-block;
  background: #4a7c59;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
}

.wanted-code {
  color: #6f7f72;
  font-size: 0.9rem;
}

.wanted-card h2 {
  color: #2f5f3f;
  font-size: 1.35rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8e2d8;
}

.wanted-detail {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px 18px;
  margin-bottom: 24px;
}

.wanted-detail dt {
  font-weight: 700;
  color: #3f6f4f;
}

.wanted-detail dd {
  margin: 0;
  color: #333;
}

.wanted-card .btn-primary {
  display: inline-block;
  margin-top: 8px;
}
