/* Figma hiringdesign/employer/services/job-posting — middle content only */
.ed-job-posting-root {
  --jp-brand: #1b5fc4;
  --jp-brand-dark: #164f9f;
  --jp-navy: #123763;
  --jp-navy-dark: #0c2b52;
  --jp-ink: #0f2b52;
  --jp-muted: #6b7280;
  --jp-off: #eef1f5;
  --jp-card-shadow: 0 10px 30px rgba(15, 43, 82, 0.08);
  display: block;
  width: 100%;
}

.ed-job-posting-root .jp-section {
  padding: 56px 0 70px;
  background: #fff;
}

.ed-job-posting-root .jp-intro-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  box-shadow: var(--jp-card-shadow);
  max-width: 980px;
  margin: 0 auto;
  padding: 44px 50px;
  text-align: center;
}

.ed-job-posting-root .jp-intro-card h2 {
  color: var(--jp-brand);
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 16px;
}

.ed-job-posting-root .jp-intro-card > p {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 26px;
}

.ed-job-posting-root .jp-intro-card h3 {
  color: var(--jp-brand);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
}

.ed-job-posting-root .jp-intro-card .jp-why p {
  color: #33415c;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.ed-job-posting-root .jp-pricing-band {
  background: var(--jp-off);
  padding: 70px 0;
}

.ed-job-posting-root .jp-pricing-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 360px));
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.ed-job-posting-root .jp-price-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--jp-card-shadow);
  padding: 34px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ed-job-posting-root .jp-price-card .jp-p-name {
  font-size: 24px;
  font-weight: 700;
  color: #33415c;
  margin-bottom: 16px;
}

.ed-job-posting-root .jp-price-card .jp-p-desc {
  color: var(--jp-muted);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
  min-height: 44px;
}

.ed-job-posting-root .jp-price-card .jp-p-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.ed-job-posting-root .jp-price-card .jp-p-lines li {
  padding: 15px 6px;
  font-size: 15px;
  color: #4a5568;
  border-bottom: 1px solid #e7ebf1;
}

.ed-job-posting-root .jp-price-card .jp-p-lines li:first-child {
  border-top: 1px solid #e7ebf1;
}

.ed-job-posting-root .jp-price-btn {
  display: inline-block;
  margin-top: 24px;
  border: none;
  background: linear-gradient(90deg, var(--jp-brand), #2f7de0);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 46px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}

.ed-job-posting-root .jp-price-btn:hover {
  filter: brightness(0.94);
  color: #fff;
}

.ed-job-posting-root .jp-vat {
  margin-top: 18px;
  font-size: 13px;
  color: var(--jp-muted);
}

.ed-job-posting-root .jp-price-card.featured {
  background: linear-gradient(160deg, #1f6ad0, var(--jp-navy));
  color: #fff;
  padding: 44px 34px;
  box-shadow: 0 20px 45px rgba(15, 43, 82, 0.28);
  transform: scale(1.04);
  z-index: 2;
  position: relative;
}

.ed-job-posting-root .jp-price-card.featured .jp-p-name {
  color: #fff;
}

.ed-job-posting-root .jp-price-card.featured .jp-p-desc {
  color: rgba(255, 255, 255, 0.9);
}

.ed-job-posting-root .jp-price-card.featured .jp-p-lines li {
  color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.ed-job-posting-root .jp-price-card.featured .jp-p-lines li:first-child {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.ed-job-posting-root .jp-price-card.featured .jp-price-btn {
  background: #fff;
  color: var(--jp-brand);
}

.ed-job-posting-root .jp-price-card.featured .jp-price-btn:hover {
  filter: brightness(0.96);
  color: var(--jp-brand);
}

.ed-job-posting-root .jp-price-card.featured .jp-vat {
  color: rgba(255, 255, 255, 0.85);
}

/* Plan purchase modal */
.ed-job-posting-root .jp-modal .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(15, 43, 82, 0.18);
}

.ed-job-posting-root .jp-modal .modal-header {
  border-bottom: 1px solid #eef1f6;
  padding: 20px 24px;
}

.ed-job-posting-root .jp-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--jp-ink);
}

.ed-job-posting-root .jp-modal .modal-body {
  padding: 20px 24px;
}

.ed-job-posting-root .jp-modal .modal-footer {
  border-top: 1px solid #eef1f6;
  padding: 16px 24px;
}

.ed-job-posting-root .jp-plan-list .list-group-item {
  border-color: #eef1f6;
  padding: 14px 16px;
  cursor: pointer;
}

.ed-job-posting-root .jp-plan-list .list-group-item:hover {
  background: #f8fafc;
}

.ed-job-posting-root .jp-plan-list .badge {
  font-size: 13px;
  font-weight: 600;
}

.ed-job-posting-root .jp-modal .btn-primary {
  background: var(--jp-brand);
  border-color: var(--jp-brand);
}

.ed-job-posting-root .jp-modal .btn-primary:hover {
  background: var(--jp-brand-dark);
  border-color: var(--jp-brand-dark);
}

@media (max-width: 980px) {
  .ed-job-posting-root .jp-pricing-row {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .ed-job-posting-root .jp-price-card.featured {
    transform: none;
  }
}

@media (max-width: 620px) {
  .ed-job-posting-root .jp-intro-card {
    padding: 28px 24px;
  }

  .ed-job-posting-root .jp-intro-card h2 {
    font-size: 22px;
  }
}
