.wanted-form-page {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.wanted-form-page h1 {
  margin: 0 0 8px;
  color: #020a35;
  font-size: 1.6rem;
}

.wanted-form-page .wanted-form-lead {
  margin: 0 0 22px;
  color: #6f7390;
}

.wanted-form-card {
  background: #fff;
  border: 1px solid #e7eaf3;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 3px 8px rgba(4, 16, 57, .06);
}

.wanted-form-field {
  margin-bottom: 14px;
}

.wanted-form-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #6f7390;
  font-size: .88rem;
}

.wanted-form-field input,
.wanted-form-field select,
.wanted-form-field textarea {
  width: 100%;
  border: 1px solid #e7eaf3;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  color: #071039;
  background: #fff;
}

.wanted-form-field textarea {
  min-height: 110px;
  resize: vertical;
}

.wanted-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wanted-form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 16px;
  font-weight: 600;
  color: #071039;
}

.wanted-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}

.wanted-form-actions .btn-main,
.wanted-form-actions .btn-lite {
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

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

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

.wanted-form-msg {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
}

.wanted-form-msg.is-ok {
  background: rgba(46, 125, 50, .12);
  color: #2e7d32;
}

.wanted-form-msg.is-error {
  background: rgba(198, 40, 40, .12);
  color: #c62828;
}

.wanted-ads-feed {
  display: grid;
  gap: 18px;
}

.wanted-ads-empty {
  padding: 28px;
  text-align: center;
  color: #6f7390;
  border: 1px dashed #e7eaf3;
  border-radius: 16px;
  background: #fbfdff;
}

.wanted-post-card .wpost-actions a {
  min-width: 0;
  min-height: 94px;
  border-right: 1px solid var(--line, #e7eaf3);
  background: transparent;
  color: var(--text, #071039);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.wanted-post-card .wpost-actions a:last-child {
  border-right: 0;
  color: var(--blue, #0645ba);
  font-weight: 600;
}

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

.wanted-post-card .wpost-actions {
  display: grid;
  grid-template-columns: 1fr 1.55fr 1.2fr .75fr 1.35fr;
}

.wanted-post-card .wpost-actions.no-owner {
  grid-template-columns: 1fr 1.55fr 1.35fr;
}

.wanted-post-card .wpost-action-stat,
.wanted-post-card .wpost-action-link,
.wanted-post-card .wpost-action-share {
  min-width: 0;
  min-height: 94px;
  border: 0;
  border-right: 1px solid var(--line, #e7eaf3);
  background: transparent;
  color: var(--text, #071039);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  cursor: default;
}

.wanted-post-card .wpost-action-link,
.wanted-post-card .wpost-action-share {
  cursor: pointer;
}

.wanted-post-card .wpost-action-share {
  border-right: 0;
  color: var(--blue, #0645ba);
  font-weight: 600;
}

.wanted-post-card .wpost-action-share.is-copied {
  color: #098a45;
}

.wanted-post-card .wpost-actions svg,
.wanted-post-card .share-img {
  width: 1.15em;
  height: 1.15em;
  fill: currentColor;
}

.wanted-post-card .wpost-round img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.section-hewpost-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.wanted-post-link {
  color: var(--blue, #0645ba);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 640px) {
  .wanted-form-row {
    grid-template-columns: 1fr;
  }

  .wanted-post-card .wpost-actions a,
  .wanted-post-card .wpost-action-stat,
  .wanted-post-card .wpost-action-link,
  .wanted-post-card .wpost-action-share {
    min-height: 56px;
    font-size: 11px;
    flex-direction: column;
  }
}
