body.job-v2 .article-main {
  min-width: 0;
}

body.job-v2 .legacy-source-root {
  padding: 0;
}

body.job-v2 .legacy-source-root > div:first-child {
  margin-top: 0 !important;
  margin-bottom: 18px;
  border-color: #dbe3ea !important;
  background: #f6f6f7 !important;
}

body.job-v2 .hero {
  display: grid !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 34px !important;
  grid-template-columns: minmax(270px, 320px) minmax(0, 1fr) !important;
  gap: 32px;
  border: 1px solid #dbe3ea;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(50, 151, 215, .055), rgba(255, 255, 255, .94) 55%),
    #fff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, .07);
}

body.job-v2 .hero::before {
  width: 330px;
  height: 330px;
  right: -115px;
  bottom: -175px;
  background: radial-gradient(circle, rgba(50, 151, 215, .14), transparent 68%);
}

body.job-v2 .hero .hero-art {
  order: 1;
  padding: 24px;
  border-color: rgba(50, 151, 215, .32);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(50, 151, 215, .10);
  width: auto !important;
}

body.job-v2 .hero .hero-copy {
  order: 2;
  min-width: 0;
  width: auto !important;
}

body.job-v2 .hero .article-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #1784c7;
  font-size: 14px;
  font-weight: 700;
}

body.job-v2 .hero .article-eyebrow::before {
  width: 24px;
  height: 2px;
  background: #3297d7;
  content: "";
}

body.job-v2 .hero h1 {
  display: block !important;
  max-width: 720px;
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(38px, 3.25vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

body.job-v2 .hero .subtitle {
  max-width: 690px;
  margin: 0 0 26px;
  color: #566174;
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
}

body.job-v2 .hero .btn-group {
  justify-content: flex-start;
  margin: 0 0 12px;
}

body.job-v2 .hero .nocode {
  margin: 0;
  color: #758093;
  text-align: left;
}

body.job-v2 .hero .article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e7ebef;
  color: #758093;
  font-size: 13px;
}

body.job-v2 .hero .meta-logo {
  width: 112px;
  height: auto;
}

body.job-v2 .hero .meta-author {
  gap: 10px;
}

body.job-v2 .trust-note {
  margin: -38px 0 52px;
  border-color: #dbe3ea;
  background: rgba(246, 246, 247, .96);
}

body.job-v2 .metrics {
  margin-bottom: 40px;
  border-color: #dbe3ea;
  background: #f6f6f7;
}

body.job-v2 .metric-card {
  min-height: 112px;
}

body.job-v2 .dim-card,
body.job-v2 .jd-scenario-card {
  border-color: #dbe3ea;
  background: #fff;
}

body.job-v2 .legacy-source-root > section {
  margin-top: 16px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

body.job-v2 .legacy-source-root > .hero {
  margin-top: 40px !important;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

body.job-v2 #what-is {
  display: block !important;
}

body.job-v2 #what-is::after {
  content: none !important;
  display: none !important;
}

body.job-v2 #what-is > p {
  max-width: 850px;
}

body.job-v2 #what-is > p + p {
  margin-top: 14px;
}

body.job-v2 .legacy-source-root > .methodology {
  margin-top: 0 !important;
}

body.job-v2 .trust-note {
  margin-top: -22px !important;
  margin-bottom: 28px !important;
  padding: 14px 18px !important;
}

body.job-v2 .metrics {
  margin-bottom: 28px !important;
}

body.job-v2 .methodology {
  padding: 24px 28px !important;
}

body.job-v2 .methodology h2 {
  margin-bottom: 12px !important;
}

body.job-v2 .methodology p {
  margin-bottom: 10px !important;
}

body.job-v2 .methodology p:last-child {
  margin-bottom: 0 !important;
}

body.job-v2 .related-section {
  margin-top: 32px !important;
}

@media (max-width: 980px) {
  body.job-v2 .hero {
    grid-template-columns: 1fr !important;
    padding: 32px !important;
  }

  body.job-v2 .hero .hero-copy,
  body.job-v2 .hero .hero-art {
    order: initial;
  }
}

@media (max-width: 640px) {
  body.job-v2 .hero {
    padding: 22px !important;
    border-radius: 12px;
  }

  body.job-v2 .hero h1 {
    font-size: 36px;
  }

  body.job-v2 .hero .subtitle {
    font-size: 16px;
  }

  body.job-v2 .hero .article-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  body.job-v2 .legacy-source-root > section {
    margin-top: 38px !important;
  }
}
