.jpHero{display:flex;justify-content:space-between;align-items:center;gap:28px}
.jpHero>div:first-child{max-width:760px}
.jpHeroActions,.jpCardActions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.jpSummary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}
.jpSummary>div{padding:18px 20px;border:1px solid #d5e5e9;border-radius:16px;background:rgba(255,255,255,.86)}
.jpSummary span{display:block;color:#60798a;font-size:13px}
.jpSummary b{display:block;margin-top:6px;color:#102746;font-size:28px}
.jpAgreement{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(150px,.35fr) minmax(260px,1fr) auto;gap:16px;align-items:end}
.jpAgreement h3{margin:4px 0}
.jpAgreement label{margin:0}
.jpList{display:grid;gap:14px;margin-top:18px}
.jpPosting{padding:22px;border:1px solid #d4e5e9;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,54,79,.06)}
.jpPostingTop{display:flex;justify-content:space-between;gap:22px}
.jpPosting h3{font-family:Georgia,serif;font-size:25px;font-weight:400;margin:10px 0 4px}
.jpPosting p{line-height:1.6}
.jpPostingTop p{margin:0;color:#60798a}
.jpFeatured{margin-left:7px;background:#e9e6ff!important;color:#4a3fb0!important}
.jpMeta{display:flex;gap:8px;flex-wrap:wrap}
.jpMeta span{padding:7px 10px;border-radius:999px;background:#eff7f8;color:#446578;font-size:12px}
.jpEmpty{text-align:center;padding:48px 24px}
.jpOverlay{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:24px;background:rgba(5,20,36,.62);backdrop-filter:blur(7px);overflow:auto}
.jpDialog{position:relative;width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:30px;border-radius:22px;background:#f8fcfc;box-shadow:0 26px 80px rgba(0,17,34,.28)}
.jpEditor{width:min(1040px,100%)}
.jpClose{position:absolute;right:18px;top:16px;width:38px;height:38px;padding:0;border-radius:50%;background:#eaf3f5;color:#183650;font-size:25px}
.jpEditorHeading,.jpSectionTitle,.jpSubmit{display:flex;justify-content:space-between;align-items:center;gap:20px}
.jpGrid{display:grid;gap:16px}
.jpGridTwo{grid-template-columns:repeat(2,minmax(0,1fr))}
.jpForm{display:grid;gap:22px}
.jpForm label{display:grid;gap:7px;color:#19374e;font-weight:700}
.jpForm input,.jpForm textarea,.jpForm select{width:100%;font:inherit}
.jpForm textarea{resize:vertical;line-height:1.5}
.jpComp{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end}
.jpCheck{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:9px!important;font-weight:600!important}
.jpCheck input{width:auto}
.jpChecks{display:grid;align-content:center;gap:12px}
.jpQuestions{padding:20px;border:1px solid #d7e7ea;border-radius:16px;background:#fff}
.jpSectionTitle h3{margin:0}
.jpSectionTitle p{margin:5px 0 0;color:#647d8d}
.jpQuestion{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;margin-top:12px}
.jpSubmit{padding-top:18px;border-top:1px solid #d7e7ea}
.jpSubmit p{max-width:650px;margin:0;color:#60798a}
.jpPlans{display:grid;gap:12px;margin:22px 0}
.jpPlan{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:17px;border:1px solid #cfdee4;border-radius:14px;background:#fff;cursor:pointer}
.jpPlan:has(input:checked){border-color:#2b7396;box-shadow:0 0 0 2px rgba(43,115,150,.13)}
.jpPlan:has(input:disabled){opacity:.55;cursor:not-allowed}
.jpPlan input{margin-top:4px}
.jpPlan span{display:grid;grid-template-columns:1fr auto;gap:5px 16px}
.jpPlan small{grid-column:1/-1;color:#60798a;line-height:1.5}
.jpPlan strong{color:#102746}
.jpPaymentNote{padding:13px 15px;border-radius:12px;background:#eaf5f7;color:#345b70;line-height:1.5}
.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.danger{color:#9f2935!important;border-color:#e9c6ca!important}
@media(max-width:900px){.jpAgreement{grid-template-columns:1fr 1fr}
.jpAgreement>div:first-child{grid-column:1/-1}
.jpPostingTop,.jpHero{align-items:flex-start;flex-direction:column}
.jpGridTwo{grid-template-columns:1fr}
}
@media(max-width:600px){.jpSummary{grid-template-columns:1fr}
.jpAgreement{grid-template-columns:1fr}
.jpComp{grid-template-columns:1fr}
.jpQuestion{grid-template-columns:1fr}
.jpEditorHeading,.jpSectionTitle,.jpSubmit{align-items:flex-start;flex-direction:column}
.jpOverlay{padding:8px}
.jpDialog{padding:24px 18px;max-height:calc(100vh - 16px)}
}

/* Consistent spacing and alignment for the Job Postings workspace. */
.jpHero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;min-height:190px;padding:30px 36px}
.jpHero>div:first-child{max-width:850px}
.jpHero h2{margin:7px 0 18px;line-height:1.08}
.jpHero p{max-width:820px;margin:0;line-height:1.55}
.jpHeroActions{justify-content:flex-end;gap:12px}
.jpHeroActions .button,.jpHeroActions button{min-height:46px;padding:0 20px;white-space:nowrap}
.jpSummary{gap:16px;margin:22px 0 28px}
.jpSummary>div{display:grid;align-content:center;min-height:112px;padding:22px 28px;border-radius:18px}
.jpSummary span{font-size:14px;line-height:1.4}
.jpSummary b{margin-top:7px;font-size:30px;line-height:1}
.jpAgreement{grid-template-columns:minmax(340px,1.4fr) minmax(180px,.45fr) minmax(280px,.9fr) auto;gap:24px;align-items:end;padding:30px 36px}
.jpAgreement>div:first-child{align-self:center}
.jpAgreement h3{margin:7px 0 14px}
.jpAgreement p{max-width:620px;margin:0;line-height:1.55}
.jpAgreement label{display:grid;gap:8px;margin:0;line-height:1.35}
.jpAgreement input{width:100%;min-height:44px}
.jpAgreement #jpAllowance{max-width:none}
.jpAgreement button{min-height:46px;padding-inline:22px;white-space:nowrap}
.jpList{margin-top:28px}
.jpEmpty{display:grid;justify-items:center;gap:16px;padding:54px 28px}
.jpEmpty h2,.jpEmpty p{margin:0}
.jpEmpty p{max-width:760px;line-height:1.55}
.jpEmpty button{margin-top:4px}
@media(max-width:1100px){
 .jpAgreement{grid-template-columns:repeat(2,minmax(0,1fr))}
 .jpAgreement>div:first-child{grid-column:1/-1}
 .jpAgreement button{justify-self:start}
 .jpHero{grid-template-columns:1fr}
 .jpHeroActions{justify-content:flex-start}
}
@media(max-width:600px){
 .jpHero,.jpAgreement{padding:24px 20px}
 .jpHero{gap:24px}
 .jpHeroActions{display:grid;width:100%}
 .jpHeroActions .button,.jpHeroActions button{width:100%}
 .jpSummary{gap:12px;margin:16px 0 22px}
 .jpSummary>div{min-height:94px;padding:18px 20px}
 .jpAgreement{grid-template-columns:1fr;gap:18px}
 .jpAgreement>div:first-child{grid-column:auto}
 .jpAgreement button{width:100%}
 .jpEmpty{padding:40px 20px}
}
