.wanted-post-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wanted-post-link:hover .wpost-title-row h3 {
  color: var(--blue, #0645ba);
}

.single-wanted-page {
  padding-bottom: 48px;
}

.single-wanted-top {
  margin: 12px 0 18px;
}

.single-wanted-back {
  color: var(--blue, #0645ba);
  font-weight: 700;
  text-decoration: none;
}

.single-wanted-detail {
  border: 1px solid var(--line, #e7eaf3);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(4, 16, 57, .06);
  padding: 28px;
}

.single-wanted-head {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.single-wanted-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #eaf1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 84px;
}

.single-wanted-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.single-wanted-hewpost-main {
  min-width: 0;
  flex: 1;
}

.single-wanted-title-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.single-wanted-title-row h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.25;
  color: #020a35;
}

.single-wanted-meta {
  margin: 10px 0 0;
  color: #6f7390;
  font-weight: 600;
}

.single-wanted-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.single-wanted-block {
  border: 1px solid #edf1f8;
  border-radius: 18px;
  padding: 18px 18px 8px;
  background: #fbfdff;
}

.single-wanted-block h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #020a35;
}

.single-wanted-dl {
  margin: 0;
}

.single-wanted-dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #eef2f8;
}

.single-wanted-dl > div:first-child {
  border-top: 0;
}

.single-wanted-dl dt {
  color: #6f7390;
  font-weight: 700;
}

.single-wanted-dl dd {
  margin: 0;
  color: #020a35;
  font-weight: 600;
  word-break: break-word;
}

.single-wanted-desc {
  margin: 0 0 12px;
  color: #24324d;
  line-height: 1.55;
  white-space: pre-wrap;
}

.single-wanted-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.single-wanted-actions .btn-main,
.single-wanted-actions .btn-lite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 0;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.single-wanted-actions .btn-main {
  background: #0645ba;
  color: #fff;
}

.single-wanted-actions .btn-lite {
  background: #edf3ff;
  color: #0645ba;
}

.single-wanted-response-count {
  color: #6f7390;
  font-weight: 700;
}

.single-wanted-response-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.responses-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.single-wanted-responses {
  display: grid;
  gap: 16px;
}

.wanted-response-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  border: 1px solid var(--line, #e7eaf3);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 3px 8px rgba(4, 16, 57, .05);
}

.wanted-response-media {
  min-height: 140px;
  background: #eef3fb;
}

.wanted-response-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wanted-response-body {
  padding: 16px 16px 16px 0;
  min-width: 0;
}

.wanted-response-owner {
  color: #6f7390;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.wanted-response-body h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: #020a35;
}

.wanted-response-sub,
.wanted-response-loc {
  margin: 0 0 6px;
  color: #24324d;
  font-weight: 600;
}

.wanted-response-price {
  margin: 8px 0 12px;
  color: #0645ba;
  font-weight: 800;
}

.wanted-response-cta {
  display: inline-flex;
  color: #0645ba;
  font-weight: 800;
}

.wanted-response-pending {
  color: #c62828;
  font-weight: 800;
}

@media (max-width: 720px) {
  .single-wanted-head {
    flex-direction: column;
  }

  .single-wanted-grid {
    grid-template-columns: 1fr;
  }

  .single-wanted-dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wanted-response-card {
    grid-template-columns: 1fr;
  }

  .wanted-response-media {
    height: 180px;
  }

  .wanted-response-body {
    padding: 0 16px 16px;
  }
}
