.recruitment-surface{--recruitment-border:var(--line,#d8e2de);--recruitment-muted:var(--muted,#687b74)}
.recruitment-tabs{margin-bottom:18px}
.recruitment-member-panel,.recruitment-admin-panel{display:none}
.recruitment-member-panel.active,.recruitment-admin-panel.active{display:block}
.recruitment-admin-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}
.recruitment-admin-heading h2,.recruitment-admin-heading p{margin:0}
.recruitment-admin-heading p{margin-top:5px;color:var(--recruitment-muted)}
.recruitment-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}
.recruitment-summary article{display:grid;gap:4px;padding:18px;border:1px solid var(--recruitment-border);border-radius:14px;background:var(--surface,#fff)}
.recruitment-summary small{color:var(--recruitment-muted)}
.recruitment-summary strong{font-size:26px;color:var(--ink,#173f35)}
.recruitment-toolbar{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}
.recruitment-toolbar label{display:grid;gap:6px;min-width:min(360px,100%);font-weight:700}
.recruitment-toolbar input,.recruitment-toolbar select{width:100%}
.recruitment-list{display:grid;gap:12px}
.suggested-job-source-block{display:grid;gap:16px;margin-top:18px;padding:20px;border:1px solid var(--recruitment-border);border-radius:16px;background:color-mix(in srgb,var(--surface,#fff) 94%,var(--mint,#eef5f2))}.suggested-job-source-block+.suggested-job-source-block{margin-top:24px}.suggested-job-source-heading{display:grid;gap:4px}.suggested-job-source-heading h3,.suggested-job-source-heading p{margin:0}.suggested-job-source-heading h3{font-size:22px}.suggested-job-source-heading p{max-width:none;color:var(--recruitment-muted)}.external-jobs-block{background:var(--surface,#fff)}.recruitment-status.external{background:#e9eef8;color:#315783}.recruitment-card.external-job-card{grid-template-columns:minmax(0,1fr)}.external-job-card .button{text-decoration:none}.external-job-card .recruitment-card-actions{justify-content:flex-end}
.recruitment-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px;border:1px solid var(--recruitment-border);border-radius:14px;background:var(--surface,#fff);color:var(--ink,#173f35)}
.recruitment-card h3,.recruitment-card p{margin:0}
.recruitment-card .recruitment-status+h3{margin-top:10px}
.recruitment-card p{margin-top:7px;color:var(--recruitment-muted)}
.recruitment-card-meta{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:12px;color:var(--recruitment-muted);font-size:13px}
.recruitment-public-link{display:flex;align-items:center;gap:8px;margin-top:10px}.recruitment-public-link a{max-width:min(520px,70vw);overflow:hidden;color:var(--recruitment-green);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.recruitment-public-link .icon-button{width:34px;height:34px;min-height:34px}
.recruitment-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.recruitment-status{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;background:color-mix(in srgb,var(--green,#1d6653) 14%,var(--surface,#fff));color:var(--green,#1d6653);font-size:12px;font-weight:800;text-transform:capitalize}
.recruitment-status.draft,.recruitment-status.withdrawn,.recruitment-status.closed{background:#edf0ef;color:#5b6a65}
.recruitment-status.rejected{background:#fae9e7;color:#9a413a}
.recruitment-status.shortlisted,.recruitment-status.interview{background:#fff1d8;color:#795313}
.recruitment-empty,.recruitment-loading{padding:42px 24px;border:1px solid var(--recruitment-border);border-radius:14px;background:var(--surface,#fff);text-align:center;color:var(--recruitment-muted)}
.recruitment-dialog{width:min(680px,calc(100% - 28px));border:1px solid var(--line,#d8e2de);border-radius:16px;padding:0;background:var(--surface,#fff);color:var(--ink,#173f35)}
.recruitment-dialog:has(#career-profile-attestation){width:min(820px,calc(100% - 28px))}
.recruitment-dialog:has(#career-cv-review-form){width:min(900px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:hidden}
.recruitment-dialog:has(.recruitment-role-detail){width:min(980px,calc(100% - 40px));max-height:calc(100dvh - 36px);overflow:hidden}
.recruitment-dialog::backdrop{background:#102b2473}
.recruitment-dialog form,.recruitment-dialog-content{display:grid;gap:16px;padding:24px}
#career-cv-review-form{max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;gap:10px}
#career-cv-review-form .career-suggestion-list{max-height:none;overflow:visible;align-content:start;gap:3px}
#career-cv-review-form .career-suggestion-list>label{min-height:0;padding:5px 0}
#career-cv-review-form label{margin-bottom:0}
#career-cv-review-form input[type="checkbox"]{margin:0}
#career-cv-review-form .career-suggestion-list span{gap:2px}
#career-cv-review-form .career-suggestion-list small{line-height:1.3}
#career-cv-review-form>.career-keyword-review,#career-cv-review-form>.career-suggestion-list{padding-top:8px;border-top:1px solid var(--recruitment-border)}
#career-cv-review-form>.career-keyword-review{gap:8px;border-bottom:0;padding-bottom:0}
#career-cv-review-form .career-keyword-review-columns{gap:10px}
#career-cv-review-form .career-keyword-review-columns>section{gap:4px}
#career-cv-review-form .recruitment-dialog-actions{position:sticky;z-index:2;bottom:-24px;margin:0 -24px -24px;padding:10px 24px 18px;border-top:1px solid var(--recruitment-border);background:var(--surface,#fff)}
#recruitment-apply-form{gap:12px;padding:0}
.recruitment-role-detail{max-height:calc(100dvh - 36px);overflow:auto}
.recruitment-role-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:14px;border:1px solid var(--line,#d8e4df);border-radius:12px;background:color-mix(in srgb,var(--surface,#fff) 88%,var(--mint,#e4f1ec))}
.recruitment-role-facts div{display:grid;gap:3px}.recruitment-role-facts dt{color:var(--recruitment-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.recruitment-role-facts dd{margin:0;font-weight:700}
.recruitment-role-section{display:grid;gap:8px}.recruitment-role-section h3,.recruitment-role-section p,.recruitment-role-section ul{margin:0}.recruitment-role-section p,.recruitment-role-section li{line-height:1.65}.recruitment-role-section ul{display:grid;gap:7px;padding-left:22px}
.recruitment-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.recruitment-dialog-heading h2,.recruitment-dialog-heading p{margin:0}
.recruitment-dialog-heading p{margin-top:5px;color:var(--recruitment-muted)}
.recruitment-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.recruitment-form-grid label,.recruitment-dialog label{display:grid;gap:6px;font-weight:700}
.recruitment-form-grid .wide{grid-column:1/-1}
.recruitment-form-grid textarea{min-height:120px;resize:vertical}
.recruitment-form-grid label>small{color:var(--recruitment-muted);font-weight:500}
.recruitment-guided-label{display:flex;align-items:center;justify-content:space-between;gap:12px}
.recruitment-guided-label .button{flex:0 0 auto}
.recruitment-dialog-actions{display:flex;justify-content:flex-end;gap:9px}
.recruitment-detail-copy{white-space:pre-wrap;line-height:1.6}
.recruitment-stage-select{min-width:150px}
.recruitment-job-tools{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:4px 8px;margin-bottom:7px;padding:7px 9px;border:1px solid var(--recruitment-line);border-radius:12px;background:var(--recruitment-surface)}
.recruitment-job-tools label{display:grid;gap:2px;font-size:12px;font-weight:700}.recruitment-job-tools input,.recruitment-job-tools select{min-height:34px;padding:5px 9px;font-size:13px}.recruitment-results-copy{margin:0 0 10px;color:var(--recruitment-muted);font-size:13px}
.recruitment-job-search{grid-column:span 5}.recruitment-job-location{grid-column:span 3}.recruitment-distance,.recruitment-date-posted{grid-column:span 2}.recruitment-workplace,.recruitment-employment,.recruitment-match-in,.recruitment-sort{grid-column:span 2}.recruitment-company{grid-column:span 3}.recruitment-find-actions{display:flex;align-items:center;gap:7px;grid-column:1/-1;padding-top:0}.recruitment-find-actions .button,.recruitment-find-actions .recruitment-refresh-button{height:34px;min-height:34px;box-sizing:border-box}
.career-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,340px);align-items:start;gap:18px}.career-profile-form{display:grid;gap:22px;padding:24px}.career-profile-form h2,.career-cv-panel h2{font-size:24px;line-height:1.2}.career-preferences,.career-collection{display:grid;gap:12px;margin:0;padding:18px;border:1px solid var(--recruitment-border);border-radius:12px}.career-preferences legend{padding:0 6px;font-weight:800}.career-preferences>div{display:flex;flex-wrap:wrap;gap:8px}.career-preferences>div label,.career-relocation{display:flex!important;align-items:center;gap:8px;margin:0!important;padding:8px 10px;border:1px solid var(--recruitment-border);border-radius:9px}.career-preferences input,.career-inline-check input{width:17px;height:17px}.career-section-heading{display:flex;justify-content:space-between;gap:14px}.career-section-heading h3,.career-section-heading p{margin:0}.career-section-heading p{color:var(--recruitment-muted)}.career-entry{position:relative;display:grid;gap:10px;padding:15px;border:1px solid var(--recruitment-border);border-radius:10px}.career-entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.career-entry-grid .wide{grid-column:1/-1}.career-inline-check{display:flex!important;align-items:center;gap:8px;padding-top:40px}.career-entry-remove{justify-self:end}.career-cv-panel{position:sticky;top:18px;display:grid;gap:16px;padding:24px}.career-cv-panel h2,.career-cv-panel p{margin:0}.career-cv-file{display:grid;gap:4px;padding:12px;border:1px solid var(--recruitment-border);border-radius:10px}.career-cv-file small{color:var(--recruitment-muted)}.career-cv-actions{display:grid;gap:8px}.career-cv-upload{display:grid;gap:7px;font-weight:700}.career-cv-privacy,.career-cv-warning{padding:13px;border-radius:10px;background:#eef5f2}.career-cv-privacy p{margin-top:4px;color:var(--recruitment-muted)}.career-suggestion-list{display:grid;gap:9px;max-height:48vh;overflow:auto}.career-suggestion-list>label{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--recruitment-border);border-radius:10px}.career-suggestion-list input{width:18px;height:18px;flex:0 0 18px}.career-suggestion-list span{display:grid;gap:4px}.career-suggestion-list small{color:var(--recruitment-muted);font-weight:500}.career-application-review{display:grid;gap:8px;width:100%;padding:16px;border:1px solid var(--recruitment-border);border-radius:10px;background:#f5f8f6}.career-application-review h3,.career-application-review p{margin:0}.career-application-review>div{display:flex;flex-wrap:wrap;gap:6px}.career-application-review>div span{padding:4px 7px;border-radius:999px;background:#e4f1ec;font-size:12px}.career-application-review small{color:var(--recruitment-muted)}.career-application-review-actions{display:flex;justify-content:flex-start;margin-top:2px}
.recruitment-delete{color:#953e38!important}
.career-cv-title{margin:0;font-size:17px;line-height:1.35}
.career-cv-upload input[type="file"]::file-selector-button{margin-right:12px}
.career-profile-form{gap:16px;padding:20px}.career-profile-form .recruitment-admin-heading{margin-bottom:0}.career-profile-form .recruitment-form-grid{gap:12px 14px}.career-profile-form label,.career-cv-panel label{margin-bottom:0}.career-profile-form .career-preferences,.career-profile-form .career-collection{gap:10px;padding:15px}.career-cv-panel{gap:12px;padding:20px}
.career-profile-review-notice{padding:10px 13px;border-radius:10px;background:var(--mint,#eef5f2);color:var(--recruitment-muted);font-size:12px;line-height:1.4;font-weight:400}.career-collapsible-section>summary,.career-collapsible-entry>summary{cursor:pointer;list-style:none}.career-collapsible-section>summary::-webkit-details-marker,.career-collapsible-entry>summary::-webkit-details-marker{display:none}.career-collapsible-section>summary h3::before,.career-collapsible-entry>summary::before{display:inline-block;width:18px;margin-right:5px;content:"›";font-size:21px;line-height:1;transition:transform .15s ease}.career-collapsible-section[open]>summary h3::before,.career-collapsible-entry[open]>summary::before{transform:rotate(90deg)}.career-collapsible-section>summary+div{margin-top:12px;padding-left:30px;border-left:2px solid var(--mint,#dcebe5)}.career-collapsible-entry>summary{padding:4px 0;font-weight:800;color:var(--ink,#173f35)}.career-collapsible-entry>summary+.career-entry-grid{margin-top:12px}
.recruitment-guide-dialog{width:min(760px,calc(100% - 28px))}
.recruitment-guide-search{margin:0!important}
.recruitment-guide-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--recruitment-border)}
.recruitment-guide-summary strong{font-size:14px}
.recruitment-guide-groups{display:grid;gap:18px;max-height:min(52vh,520px);overflow:auto;padding-right:5px}
.recruitment-guide-groups section{display:grid;gap:9px}
.recruitment-guide-groups h3{margin:0;font-size:15px}
.recruitment-guide-groups section>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.recruitment-guide-groups label{display:flex;align-items:flex-start;gap:10px;margin:0;padding:11px;border:1px solid var(--recruitment-border);border-radius:10px;background:var(--panel,#fff);font-weight:600;cursor:pointer}
.recruitment-guide-groups label:hover{border-color:var(--green,#1d6653);background:var(--soft-green,#f1f7f4)}
.recruitment-guide-groups input{width:17px;height:17px;flex:0 0 17px;margin:2px 0 0;accent-color:var(--green,#1d6653)}
.recruitment-guide-empty{margin:0;padding:22px;border:1px dashed var(--recruitment-border);border-radius:10px;text-align:center;color:var(--recruitment-muted)}
@media(max-width:760px){.recruitment-summary{grid-template-columns:1fr 1fr}.recruitment-card{grid-template-columns:1fr}.recruitment-card-actions{justify-content:flex-start}.recruitment-toolbar,.recruitment-admin-heading{align-items:stretch;flex-direction:column}.recruitment-form-grid{grid-template-columns:1fr}.recruitment-form-grid .wide{grid-column:auto}}
@media(max-width:620px){.recruitment-guide-groups section>div{grid-template-columns:1fr}.recruitment-guided-label{align-items:flex-start;flex-direction:column}.recruitment-guide-summary{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.suggested-match-action-row{align-items:stretch;flex-direction:column;gap:10px}}
@media(max-width:900px){.career-profile-layout{grid-template-columns:1fr}.career-cv-panel{position:static}.recruitment-job-tools{grid-template-columns:1fr 1fr}.recruitment-job-search,.recruitment-job-location,.recruitment-distance,.recruitment-date-posted,.recruitment-workplace,.recruitment-employment,.recruitment-company,.recruitment-match-in,.recruitment-sort,.recruitment-find-actions{grid-column:auto}.recruitment-job-search,.recruitment-job-location,.recruitment-find-actions{grid-column:1/-1}}
@media(max-width:620px){.career-entry-grid,.recruitment-job-tools,.recruitment-role-facts{grid-template-columns:1fr}.recruitment-job-search,.career-entry-grid .wide{grid-column:auto}.career-inline-check{padding-top:0}.career-section-heading{align-items:flex-start;flex-direction:column}}

/* Career Profile uses flat sections. Only controls carry boxes. */
.career-profile-form{gap:16px}
.career-profile-form .career-preferences,.career-profile-form .career-collection,.career-profile-form .career-more-sections,.career-optional-section{display:grid;gap:12px;margin:0;padding:14px 0 0;border:0;border-top:1px solid #b8cbc4;border-radius:0;background:transparent}
.career-profile-form .career-preferences legend{padding:0;font-weight:800}
.career-profile-form .career-preferences>div{gap:14px}
.career-profile-form .career-preferences>div label,.career-profile-form .career-relocation{padding:0;border:0;border-radius:0;background:transparent}
.career-profile-form input[type="checkbox"]{display:block;flex:0 0 18px;margin:0;align-self:center;vertical-align:middle}.career-profile-form .career-preferences>div label,.career-profile-form .career-relocation,.career-profile-form .career-inline-check{align-items:center!important;line-height:1}.career-profile-form .career-preferences>div label>span,.career-profile-form .career-relocation>span,.career-profile-form .career-inline-check>span{position:relative;top:2px;display:inline-flex;min-height:18px;align-items:center;line-height:18px}
.career-profile-form .career-entry{padding:10px 0;border:0;border-bottom:1px solid var(--recruitment-border);border-radius:0;background:transparent}
.career-profile-form .career-entry:last-child{border-bottom:0}
.career-flat-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.career-flat-actions button:disabled{cursor:not-allowed;opacity:.45}
.career-order-arrow{display:inline-grid;width:34px;height:34px;padding:0;border:1px solid var(--recruitment-border);border-radius:9px;place-items:center;background:var(--surface,#fff);color:var(--ink,#173f35);font-size:18px;font-weight:800;line-height:1;cursor:pointer}.career-order-arrow:hover:not(:disabled){border-color:var(--green,#1d6653);background:var(--mint,#eef5f2)}.career-order-arrow:disabled{cursor:not-allowed;opacity:.35}.career-entry-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-top:14px;padding-bottom:6px}
.career-add-detail{display:inline-grid!important;width:34px;height:34px;min-height:34px!important;padding:0!important;place-items:center;font-size:20px!important;line-height:1}
.career-entry-field{position:relative;min-width:0}.career-entry-field>label{display:grid;width:100%;gap:6px}.career-field-label{display:block;font-weight:inherit;cursor:default;user-select:none}.career-entry-field.dragging{opacity:.5}.career-entry-field [data-custom-value]{width:100%;padding-right:48px;padding-bottom:40px}.career-entry-field>[data-custom-field-delete]{position:absolute;right:7px;bottom:7px}
.career-section-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:6px 12px}.career-section-heading>div:first-child{display:contents}.career-section-heading h3{grid-column:1;grid-row:1}.career-section-heading p{grid-column:1/-1;grid-row:2;max-width:none}.career-section-heading>.career-flat-actions,.career-section-heading>button{grid-column:2;grid-row:1}.career-flat-actions{flex-wrap:nowrap;align-items:center;gap:6px}.career-compact-add{min-height:34px;padding:6px 10px!important;white-space:nowrap}.career-delete-icon{display:inline-grid;width:34px;height:34px;padding:0;border:1px solid color-mix(in srgb,var(--danger,#953e38) 40%,var(--line));border-radius:9px;place-items:center;background:var(--surface,#fff);color:var(--danger,#953e38);font-size:17px;line-height:1;cursor:pointer}.career-delete-icon:hover{border-color:var(--danger,#953e38);background:color-mix(in srgb,var(--danger,#953e38) 8%,var(--surface,#fff))}
.career-section-catalogue{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;max-height:55vh;overflow:auto}
.career-section-catalogue label{display:flex;align-items:flex-start;gap:10px;margin:0;padding:9px 0;border-bottom:1px solid var(--recruitment-border)}
.career-section-catalogue input{width:18px;height:18px;flex:0 0 18px}
.career-section-catalogue span{display:grid;gap:3px}.career-section-catalogue strong{display:flex;align-items:center;gap:7px}.career-section-has-data{display:inline-block;width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--green,#1d6653)}.career-section-catalogue small{color:var(--recruitment-muted);font-weight:500}
.recruitment-dialog label.career-attestation{display:flex;align-items:flex-start;gap:10px;margin:16px 0;padding:12px 0;border-top:1px solid var(--recruitment-border);border-bottom:1px solid var(--recruitment-border);font-weight:700}.career-attestation input{width:18px;height:18px;flex:0 0 18px;margin-top:2px;accent-color:var(--green,#1d6653)}
@media(max-width:620px){.career-section-catalogue{grid-template-columns:1fr}.career-flat-actions{justify-content:flex-start}}
.career-profile-form>.recruitment-admin-heading>.recruitment-status{flex:0 0 auto;white-space:nowrap}
.career-keyword-field>label,.career-skill-field>label{display:block;margin-bottom:7px;font-weight:700}.keyword-limit{color:var(--recruitment-muted);font-size:12px;font-weight:600}.career-keyword-field small,.career-skill-field small{display:block;margin-top:7px;color:var(--recruitment-muted);font-weight:500}.career-keyword-tags,.career-skill-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.career-keyword-tags>span,.career-skill-tags>span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#e4f1ec;color:#185f4d;font-size:12px;font-weight:700}.career-keyword-tags>span{cursor:grab}.career-keyword-tags>span.is-dragging{opacity:.45}.keyword-priority{display:grid;min-width:18px;height:18px;padding:0 4px;border-radius:9px;place-items:center;background:#185f4d;color:#fff;font-size:10px}.career-keyword-tags button,.career-skill-tags button{display:grid;width:18px;height:18px;padding:0;border:0;border-radius:50%;place-items:center;background:transparent;color:inherit;font-size:16px;line-height:1;cursor:pointer}.career-keyword-tags button:hover,.career-skill-tags button:hover{background:rgba(24,95,77,.12)}.career-keyword-tags button:focus-visible,.career-skill-tags button:focus-visible{outline:2px solid currentColor;outline-offset:1px}.career-keyword-count{font-weight:700}.career-keyword-count.error{color:#b53a32}
.suggested-jobs-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.suggested-jobs-heading h2,.suggested-jobs-heading p{margin:0}.suggested-jobs-heading p{margin-top:4px;color:var(--recruitment-muted)}.suggested-match{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;font-size:12px}.suggested-match strong{color:var(--text,#173f35)}.suggested-match span{color:var(--recruitment-muted)}
.suggested-jobs-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px}.recruitment-refresh-button{display:inline-grid;width:38px;height:38px;padding:0;border:1px solid var(--recruitment-border);border-radius:9px;place-items:center;background:var(--surface,#fff);color:var(--ink,#173f35);font-size:22px;line-height:1;cursor:pointer}.recruitment-refresh-button:hover{border-color:var(--green,#1d6653);background:var(--mint,#eef5f2)}
.suggested-match-score{display:grid;gap:6px;width:min(280px,100%);margin-top:14px}.suggested-match-score>div{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.suggested-match-score>div span{color:var(--recruitment-muted);font-weight:800}.suggested-match-bar{display:block;height:7px;overflow:hidden;border-radius:999px;background:#dfe8e4}.suggested-match-bar>span{display:block;height:100%;border-radius:inherit;background:var(--green,#1d6653)}
.suggested-match-action-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.suggested-job-search-loading>span{display:inline-block;animation:suggested-job-search-type 1.8s steps(72,end) infinite;clip-path:inset(0 100% 0 0);white-space:nowrap}@keyframes suggested-job-search-type{0%{clip-path:inset(0 100% 0 0)}82%,100%{clip-path:inset(0 0 0 0)}}@media(max-width:760px){.suggested-job-search-loading>span{white-space:normal}}@media(prefers-reduced-motion:reduce){.suggested-job-search-loading>span{animation:none;clip-path:none}}
.external-job-search-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.external-job-search-links .button{text-decoration:none}.external-job-search-more{position:relative}.external-job-search-more>summary{list-style:none;cursor:pointer}.external-job-search-more>summary::-webkit-details-marker{display:none}.external-job-search-more[open]>summary{background:#e1eee9}.external-job-search-menu{position:absolute;z-index:20;top:calc(100% + 6px);right:0;display:grid;min-width:260px;padding:8px;border:1px solid #cddbd6;border-radius:10px;background:#fff;box-shadow:0 12px 28px rgba(13,52,43,.16)}.external-job-search-menu a{padding:9px 10px;border-radius:7px;color:#123f35;text-decoration:none;white-space:nowrap}.external-job-search-menu a:hover,.external-job-search-menu a:focus-visible{background:#edf5f2}@media(max-width:640px){.external-job-search-menu{position:fixed;left:16px;right:16px;top:auto;min-width:0}}
.career-keyword-review{display:grid;gap:12px;padding:14px 0;border-top:1px solid var(--recruitment-border);border-bottom:1px solid var(--recruitment-border)}.career-keyword-review h3,.career-keyword-review h4,.career-keyword-review p{margin:0}.career-keyword-review>div>p,.career-keyword-review-columns p{color:var(--recruitment-muted)}.career-keyword-review-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.career-keyword-review-columns>section{display:grid;align-content:start;gap:8px}.career-keyword-review-columns label{display:flex;align-items:center;gap:8px;font-weight:600}.career-keyword-review-columns input{width:17px;height:17px}
.career-cv-section-review .career-suggestion-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.career-cv-section-review .career-suggestion-list>label{height:auto}
.career-suggestion-records{display:grid;gap:5px;margin-top:3px}.career-suggestion-records>div{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;padding-top:5px;border-top:1px solid var(--recruitment-border)}.career-suggestion-records b{display:grid;width:20px;height:20px;border-radius:50%;place-items:center;background:var(--mint,#eef5f2);font-size:11px}.career-suggestion-records small{min-width:0}
.career-suggestion-list>.career-comparison-row{align-items:flex-start}.career-comparison-content{display:grid!important;min-width:0;gap:8px!important}.career-comparison-columns{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px!important}.career-comparison-columns.career-comparison-new-only{grid-template-columns:minmax(0,1fr)}.career-comparison-columns>span{display:grid;align-content:start;min-width:0;gap:5px;padding:10px;border:1px solid var(--recruitment-border);border-radius:9px;background:var(--surface,#fff)}.career-comparison-columns b{font-size:12px;color:var(--recruitment-muted)}.career-comparison-empty{font-style:italic;color:var(--recruitment-muted)}
.career-document-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.career-document-choices>label{display:flex;align-items:flex-start;gap:10px;padding:16px;border:1px solid var(--recruitment-border);border-radius:12px;cursor:pointer}.career-document-choices input{width:18px;height:18px;margin-top:2px}.career-document-choices span{display:grid;gap:5px}.career-document-choices small{color:var(--recruitment-muted);font-weight:500}.career-document-choices>label:has(input:checked){border-color:var(--green,#1d6653);background:var(--mint,#eef5f2)}.career-biosketch-note{margin:10px 0 0;color:var(--recruitment-muted);font-size:13px}
.career-template-title{margin:18px 0 10px}.career-template-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:52vh;overflow:auto;padding:2px}.career-template-gallery>label{display:grid;grid-template-columns:18px 104px minmax(0,1fr);align-items:start;gap:10px;padding:11px;border:1px solid var(--recruitment-border);border-radius:12px;cursor:pointer}.career-template-gallery>label:has(input:checked){border-color:var(--green,#1d6653);background:var(--mint,#eef5f2);box-shadow:0 0 0 1px var(--green,#1d6653)}.career-template-gallery input{width:18px;height:18px;margin-top:2px}.career-template-gallery>label>span:last-child{display:grid;gap:4px}.career-template-gallery small{color:var(--recruitment-muted);font-weight:500}.career-template-preview{position:relative;display:grid;align-content:start;gap:4px;width:104px;height:132px;overflow:hidden;padding:12px 9px;border:1px solid #c9d4d0;background:#fff;box-shadow:0 2px 6px rgba(15,55,45,.1)}.career-template-preview i{display:block;width:54%;height:8px;background:#173f35}.career-template-preview b{display:block;width:100%;height:4px;background:#c7d2ce}.career-template-preview em{display:block;width:42%;height:5px;margin-top:5px;background:#1d735f}.career-template-preview.template-executive{text-align:center}.career-template-preview.template-executive i{width:72%;margin:auto;background:#24374a}.career-template-preview.template-modern{padding-left:25px;border-left:13px solid #176b63}.career-template-preview.template-academic{font-family:serif}.career-template-preview.template-academic em{width:100%;height:1px;background:#333}.career-template-preview.template-minimal{gap:7px;padding:17px 13px}.career-template-preview.template-minimal i{background:#222}.career-template-preview.template-compact{gap:2px;padding:8px}.career-template-preview.template-timeline{padding-left:24px}.career-template-preview.template-timeline:before{content:"";position:absolute;top:38px;bottom:12px;left:13px;border-left:2px solid #9c643c}.career-template-preview.template-skills em{order:-1;width:100%;height:14px;background:#315f85}.career-template-preview.template-europass{border-left:20px solid #174f87}.career-template-preview.template-contemporary{border-top:16px solid #8a3f5d}.career-template-preview.template-contemporary i{width:82%;background:#8a3f5d}
.career-template-preview.template-oxford{font-family:serif;border-top:5px double #262626}.career-template-preview.template-oxford em{width:100%;height:1px;background:#333}.career-template-preview.template-berkeley{box-shadow:none;border-color:#555}.career-template-preview.template-berkeley i,.career-template-preview.template-berkeley em{background:#111}.career-template-preview.template-narrative{gap:6px;border-left:5px solid #663b72}.career-template-preview.template-narrative b{height:7px}.career-template-preview.template-graduate{border-top:12px solid #3c6e71}.career-template-preview.template-graduate em{order:-1;width:72%;background:#3c6e71}.career-template-preview.template-functional{padding-top:30px}.career-template-preview.template-functional:before{content:"SKILLS";position:absolute;top:10px;left:9px;color:#335f85;font-size:7px;font-weight:900}.career-template-preview.template-hybrid{border-left:8px solid #3d5a80;border-top:8px solid #98c1d9}.career-template-preview.template-technical{background:linear-gradient(90deg,#eef3f5 32%,#fff 32%);padding-left:38px}.career-template-preview.template-clinical{border-top:14px solid #287271}.career-template-preview.template-clinical em{background:#287271}.career-template-preview.template-publicservice{border-left:13px solid #243b53}.career-template-preview.template-publicservice i{background:#243b53}.career-template-preview.template-editorial{border:0;border-top:18px solid #c45b3c;box-shadow:3px 3px 0 #e8c7b8}.career-template-preview.template-editorial i{width:88%;background:#7b2f20}
.career-template-preview.template-harvard{font-family:serif;border:0;border-top:6px solid #730d16;box-shadow:none}.career-template-preview.template-harvard i{width:82%;height:10px;background:#730d16}.career-template-preview.template-yalescan em{width:62%;padding:3px;background:#063f6b;border-radius:8px}.career-template-preview.template-yalescan:after{content:"2026";position:absolute;right:8px;top:42px;font-size:6px;color:#596b76}.career-template-preview.template-oxfordevidence{font-family:serif;border-top:4px double #15244d;border-bottom:4px double #15244d}.career-template-preview.template-oxfordevidence em{width:100%;height:2px;background:#15244d}.career-template-preview.template-swissgrid{padding-top:37px;border:0;background:linear-gradient(135deg,#c71414 0 29%,#fff 29%)}.career-template-preview.template-swissgrid i{position:absolute;top:12px;right:8px;width:55%;background:#111}.career-template-preview.template-nordic{border:0;border-right:15px solid #1a5c63;background:linear-gradient(#fff 0 45%,#eef6f5 45% 58%,#fff 58%)}.career-template-preview.template-nordic i{background:#1a5c63}.career-template-preview.template-boardroom{border:5px double #293443;padding-top:31px}.career-template-preview.template-boardroom:before{content:"";position:absolute;inset:8px 8px auto;height:17px;background:#293443}.career-template-preview.template-ledger{font-family:serif;padding-left:37px;background:linear-gradient(90deg,#f2eee7 0 29%,#8b7a61 29% 30%,#fff 30%)}.career-template-preview.template-ledger:before{content:"'26";position:absolute;left:9px;top:42px;font-size:7px;color:#6d6254}.career-template-preview.template-portfolio{border:0;border-right:17px solid #52287a;box-shadow:3px 3px 0 #d9cce6}.career-template-preview.template-portfolio b{height:9px;border:1px solid #bca9ce;background:#f8f4fb}.career-template-preview.template-portfolio em{padding:3px;background:#52287a;border-radius:7px}
@media(max-width:620px){.suggested-jobs-heading{flex-direction:column}.career-keyword-review-columns,.career-cv-section-review .career-suggestion-list,.career-comparison-columns,.career-document-choices,.career-template-gallery{grid-template-columns:1fr}}
.suggested-keyword-editor{margin:14px 0 20px;padding:16px;border:1px solid var(--recruitment-border);border-radius:12px;background:var(--recruitment-surface)}.suggested-keyword-editor input{margin:0}.suggested-keyword-editor>small{font-size:12px;line-height:1.4}.suggested-keyword-editor .career-keyword-tags{margin-top:10px}
.recruitment-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding-top:14px;border-top:1px solid var(--recruitment-border)}.recruitment-pagination label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.recruitment-pagination select{width:auto;min-width:72px;padding:7px 28px 7px 9px}.recruitment-pagination>div{display:flex;align-items:center;gap:10px}.recruitment-pagination>div span{min-width:88px;text-align:center;color:var(--recruitment-muted);font-size:13px}.recruitment-pagination button:disabled{cursor:not-allowed;opacity:.5}
.career-cv-panel{position:sticky;top:92px;align-self:start;max-height:calc(100dvh - 108px);overflow-y:auto;overscroll-behavior:contain}
#career-cv-error:empty{display:none}
.career-profile-form .career-preferences>.career-location-picker{position:relative;display:grid;gap:7px}.career-location-picker>label{font-weight:700}.career-location-control{display:flex;min-height:58px;align-items:center;align-content:center;flex-wrap:wrap;gap:7px;padding:8px 10px;border:1px solid var(--recruitment-border);border-radius:10px;background:var(--surface,#fff)}.career-location-selected{display:contents}.career-location-chip{display:inline-flex;min-height:38px;align-items:center;gap:5px;max-width:100%;padding:6px 7px 6px 10px;border-radius:999px;background:var(--mint,#e4f1ec);font-size:13px;font-weight:700}.career-location-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.career-location-chip button{display:grid;width:21px;height:21px;padding:0;border:0;border-radius:50%;place-items:center;background:transparent;color:inherit;font:inherit;cursor:pointer}.career-location-chip button:hover{background:color-mix(in srgb,var(--green,#1d6653) 18%,var(--surface,#fff))}.career-location-combobox{position:relative;min-width:min(260px,100%);flex:1 1 280px}.career-location-combobox>input{width:100%;min-height:38px;padding:4px 6px;border:0!important;outline:0;box-shadow:none!important}.career-location-suggestions{position:absolute;z-index:20;top:calc(100% + 8px);right:0;left:0;min-width:min(520px,calc(100vw - 80px));max-height:280px;overflow:auto;border:1px solid var(--recruitment-border);border-radius:10px;background:var(--surface,#fff);box-shadow:0 14px 30px rgba(12,54,44,.16)}.career-location-suggestions button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:0;border-bottom:1px solid var(--recruitment-border);background:var(--surface,#fff);color:inherit;text-align:left;cursor:pointer}.career-location-suggestions button:last-child{border-bottom:0}.career-location-suggestions button:hover,.career-location-suggestions button:focus{background:var(--mint,#eef5f2)}.career-location-suggestions small{color:var(--recruitment-muted);font-weight:500}
@media(max-width:900px){.career-cv-panel{position:static;top:auto;max-height:none;overflow:visible;overscroll-behavior:auto}}
@media(max-width:520px){.recruitment-pagination{align-items:stretch;flex-direction:column}.recruitment-pagination>div{justify-content:space-between}}
@media(max-width:620px){.career-section-heading{grid-template-columns:1fr}.career-section-heading>.career-flat-actions,.career-section-heading>button{grid-column:1;grid-row:3}.career-section-heading p{grid-column:1}.career-flat-actions{justify-content:flex-start}.career-collapsible-section>summary+div{padding-left:16px}}
@media(max-width:420px){.recruitment-summary{grid-template-columns:1fr}}
.career-cv-privacy,.career-cv-warning{background:var(--mint,#eef5f2)}
.career-application-review{background:color-mix(in srgb,var(--surface,#fff) 88%,var(--mint,#e4f1ec))}
.recruitment-application-files{display:grid;grid-template-columns:1fr 1fr;gap:5px 14px;padding:8px 0}.recruitment-application-files>label:not(.career-application-profile-offer){display:block;font-weight:700}.recruitment-application-files>label:not(.career-application-profile-offer)>span,#recruitment-apply-form>label>span{display:inline!important;margin:0 0 0 4px}.recruitment-application-files>label:nth-of-type(1){grid-column:1;grid-row:1}.recruitment-application-files>label:nth-of-type(3){grid-column:2;grid-row:1}.recruitment-application-files>small{margin:0;color:var(--recruitment-muted)}.recruitment-application-files>small:nth-of-type(1){grid-column:1;grid-row:2}.recruitment-application-files>small:nth-of-type(2){grid-column:2;grid-row:2}.application-file-conversion{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:8px;padding:5px 8px;border-radius:8px;background:var(--mint,#eef5f2);font-size:13px;font-weight:700}.application-file-conversion[data-file-conversion="resume_file"]{grid-column:1;grid-row:3}.application-file-conversion[data-file-conversion="cover_letter_file"]{grid-column:2;grid-row:3}.application-pdf-download{display:grid;width:28px;height:28px;flex:0 0 28px;padding:0;border:1px solid var(--recruitment-border);border-radius:7px;place-items:center;background:var(--surface,#fff);color:var(--green,#1d6653);font-size:18px;cursor:pointer}.recruitment-application-files>.career-application-profile-offer{grid-column:1/-1;grid-row:4}.recruitment-application-files input[type="file"]{display:block;width:100%;margin-top:7px;padding:8px;border:1px solid var(--recruitment-border);border-radius:9px;background:var(--surface,#fff)}.career-application-profile-offer,.career-application-profile-consent{display:flex!important;align-items:flex-start;gap:9px;margin:3px 0;padding:10px;border-radius:9px;background:color-mix(in srgb,var(--surface,#fff) 88%,var(--mint,#e4f1ec));font-weight:600}.career-application-profile-offer input,.career-application-profile-consent input{width:18px;height:18px;flex:0 0 18px;margin-top:2px}#recruitment-apply-form>label{display:block;margin:0}#recruitment-apply-form>label>textarea{display:block;margin-top:7px}.recruitment-application-detail{width:auto;gap:12px;padding:20px}
@media(max-width:700px){.recruitment-application-files{grid-template-columns:1fr}.recruitment-application-files>label:nth-of-type(1),.recruitment-application-files>label:nth-of-type(3),.recruitment-application-files>small:nth-of-type(1),.recruitment-application-files>small:nth-of-type(2),.recruitment-application-files>.career-application-profile-offer,.application-file-conversion[data-file-conversion]{grid-column:1;grid-row:auto}}
.career-profile-form .career-preferences{position:relative;padding-top:20px;border-top:0}
.career-profile-form .career-preferences::before{content:"";position:absolute;top:0;right:0;left:0;border-top:1px solid #b8cbc4}
.recruitment-application-document-list{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.6rem}
.recruitment-application-detail .career-application-review{padding:14px 0;border-right:0;border-left:0;border-radius:0}
.career-keyword-tags>span{cursor:default}
.career-keyword-review>div>p{font-size:13px;line-height:1.45}
