.th-listing-plans {
  max-width: 920px;
  margin: 2.5rem auto 0;
  padding: 2rem 1rem 3rem;
}

.th-listing-plans__eyebrow {
  margin: 0 0 0.35rem;
  color: #6b4eff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
}

.th-listing-plans__notice {
  margin: 0 0 1.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 12px;
  font-weight: 600;
}

.th-listing-plans__notice--success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.th-listing-plans__intro {
  text-align: center;
  margin-bottom: 2rem;
}

.th-listing-plans__intro h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  margin: 0 0 0.5rem;
  color: #1f2937;
}

.th-listing-plans__intro p {
  margin: 0;
  color: #6b7280;
}

.th-listing-plans__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 720px) {
  .th-listing-plans__grid {
    grid-template-columns: 1fr;
  }
}

.th-listing-plan {
  position: relative;
  padding: 1.75rem 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.th-listing-plan--featured {
  border-color: #6b4eff;
  box-shadow: 0 12px 30px rgba(107, 78, 255, 0.12);
}

.th-listing-plan__badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #6b4eff;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.th-listing-plan h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  color: #111827;
}

.th-listing-plan__price {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
}

.th-listing-plan__meta {
  margin: 0 0 1.25rem;
  color: #6b7280;
}

.th-listing-plan__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #6b4eff, #7f5cff);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
}

.th-listing-plan__cta:hover {
  filter: brightness(1.05);
}

.th-listing-plan-field {
  margin: 1rem 0 1.5rem;
}

.th-listing-plan-field .jet-form-builder__fields-group {
  display: grid;
  gap: 0.75rem;
}

.th-listing-plan-field .jet-form-builder__field-wrap,
.th-listing-plan-field .jet-form-builder-radio-item {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #fff;
}

.th-listing-plan-field label {
  font-weight: 600;
  color: #111827;
}

/* Ensure step header icons keep Talent Hub purple badge even if WP layout classes differ */
.jet-form-builder .wp-block-group.is-layout-flex .wp-block-svgib-svg,
.jet-form-builder .wp-block-group.is-nowrap .wp-block-svgib-svg,
.jet-form-builder .wp-block-group .wp-block-svgib-svg.svg-icon-block-thplan,
.jet-form-builder .wp-block-group .wp-block-svgib-svg.svg-icon-block-myldjxnm,
.jet-form-builder .wp-block-group .wp-block-svgib-svg.svg-icon-block-m924asc2,
.jet-form-builder .wp-block-group .wp-block-svgib-svg.svg-icon-block-k4rn0smk,
.jet-form-builder .wp-block-group .wp-block-svgib-svg.svg-icon-block-3myg9h3y {
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #6b4eff, #8a6dff);
}

.jet-form-builder .wp-block-group .wp-block-svgib-svg svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.jet-form-builder .wp-block-group.is-layout-flex {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 45px;
  flex-wrap: nowrap;
}

.th-dpo-status--paid {
  background: #ecfdf5;
  color: #065f46;
}

.th-dpo-status--pending {
  background: #fffbeb;
  color: #92400e;
}

.th-dpo-status--failed {
  background: #fef2f2;
  color: #991b1b;
}
