.ncxjobs-wrapper { --ncxjobs-accent: #a84209; --ncxjobs-border: #e2e2e2; color: #242424; font-family: inherit; width: 100%; min-width: 0; max-width: 100%; margin: 1.5rem 0; line-height: 1.6; overflow-wrap: anywhere; }
.ncxjobs-wrapper *, .ncxjobs-wrapper *::before, .ncxjobs-wrapper *::after { box-sizing: border-box; }
.ncxjobs-wrapper .ncxjobs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); align-items: start; gap: 20px; }
.ncxjobs-wrapper .ncxjobs-card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: clamp(18px, 3vw, 26px); border: 1px solid var(--ncxjobs-border); border-radius: 8px; background: #fff; }
.ncxjobs-wrapper .ncxjobs-title { font: inherit; font-size: 1.25rem; font-weight: 650; line-height: 1.35; margin: 0 0 18px; }
.ncxjobs-wrapper .ncxjobs-title a { color: #242424; text-decoration: none; }
.ncxjobs-wrapper .ncxjobs-title a:hover { text-decoration: underline; }
.ncxjobs-wrapper .ncxjobs-badge { display: inline-block; width: fit-content; background: #fff3e9; color: #873907; border: 1px solid #f4d5bc; border-radius: 4px; font-size: .78rem; font-weight: 600; padding: 2px 9px; margin-bottom: 12px; }
.ncxjobs-wrapper .ncxjobs-details { display: grid; gap: 12px; width: 100%; margin: 0 0 22px; padding: 0; }
.ncxjobs-wrapper .ncxjobs-card .ncxjobs-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ncxjobs-wrapper .ncxjobs-card .ncxjobs-detail:nth-child(-n+2) { grid-column: 1 / -1; }
.ncxjobs-wrapper .ncxjobs-detail { min-width: 0; }
.ncxjobs-wrapper .ncxjobs-detail dt { color: #606060; font-size: .8rem; font-weight: 400; margin: 0; }
.ncxjobs-wrapper .ncxjobs-detail dd { color: #242424; font-size: .95rem; margin: 0; }
.ncxjobs-wrapper .ncxjobs-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--ncxjobs-accent); font-size: .95rem; font-weight: 600; margin-top: auto; text-decoration: underline; text-underline-offset: 4px; }
.ncxjobs-wrapper a:focus-visible { outline: 2px solid var(--ncxjobs-accent); outline-offset: 4px; }
.ncxjobs-wrapper .ncxjobs-summary, .ncxjobs-wrapper .ncxjobs-empty { background: #fafafa; border: 1px solid var(--ncxjobs-border); border-radius: 8px; padding: clamp(18px, 3vw, 30px); }
.ncxjobs-wrapper .ncxjobs-summary .ncxjobs-details { grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); margin: 0; gap: 20px; }
.ncxjobs-wrapper .ncxjobs-description { margin: 30px 0; min-width: 0; }
.ncxjobs-wrapper .ncxjobs-section-title { font-size: 1.4rem; margin: 0 0 18px; }
.ncxjobs-wrapper .ncxjobs-description img, .ncxjobs-wrapper .ncxjobs-description video { max-width: 100%; height: auto; }
.ncxjobs-wrapper .ncxjobs-description iframe { max-width: 100%; }
.ncxjobs-wrapper .ncxjobs-description pre, .ncxjobs-wrapper .ncxjobs-description .wp-block-table { max-width: 100%; overflow-x: auto; }
.ncxjobs-wrapper .ncxjobs-description .alignwide, .ncxjobs-wrapper .ncxjobs-description .alignfull { width: 100%; max-width: 100%; margin-inline: 0; }
.ncxjobs-wrapper .ncxjobs-application { border-top: 1px solid var(--ncxjobs-border); padding-top: 20px; margin-top: 28px; }
.ncxjobs-wrapper .ncxjobs-application p, .ncxjobs-wrapper .ncxjobs-empty p { margin: 0 0 8px; }
.ncxjobs-wrapper .ncxjobs-status { font-weight: 650; margin: 0 0 18px; }
@media (max-width: 480px) { .ncxjobs-wrapper .ncxjobs-summary .ncxjobs-details { grid-template-columns: minmax(0, 1fr); } }
.ncxjobs-wrapper .ncxjobs-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ncxjobs-wrapper .ncxjobs-field { min-width: 0; }
.ncxjobs-wrapper .ncxjobs-field-wide { grid-column: 1 / -1; }
.ncxjobs-wrapper .ncxjobs-field label { display: block; font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.ncxjobs-wrapper .ncxjobs-field input, .ncxjobs-wrapper .ncxjobs-field textarea { display: block; width: 100%; min-width: 0; max-width: 100%; padding: 10px 12px; border: 1px solid #888; border-radius: 4px; background: #fff; color: #242424; font: inherit; font-size: 1rem; line-height: 1.5; }
.ncxjobs-wrapper .ncxjobs-field textarea { resize: vertical; }
.ncxjobs-wrapper .ncxjobs-field input[type="file"] { padding: 8px; overflow: hidden; }
.ncxjobs-wrapper .ncxjobs-field input:focus-visible, .ncxjobs-wrapper .ncxjobs-field textarea:focus-visible, .ncxjobs-wrapper .ncxjobs-consent input:focus-visible, .ncxjobs-wrapper .ncxjobs-submit:focus-visible { outline: 2px solid var(--ncxjobs-accent); outline-offset: 3px; }
.ncxjobs-wrapper .ncxjobs-field [aria-invalid="true"] { border-color: #a32222; }
.ncxjobs-wrapper .ncxjobs-form-note { color: #606060; font-size: .85rem; margin: 8px 0 18px; }
.ncxjobs-wrapper .ncxjobs-consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; font-size: .95rem; }
.ncxjobs-wrapper .ncxjobs-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 4px 0 0; }
.ncxjobs-wrapper .ncxjobs-submit { display: inline-block; min-height: 44px; padding: 11px 20px; max-width: 100%; white-space: normal; background: var(--ncxjobs-accent); color: #fff; border: 1px solid var(--ncxjobs-accent); border-radius: 4px; font: inherit; font-size: 1rem; font-weight: 600; cursor: pointer; }
.ncxjobs-wrapper .ncxjobs-submit:hover { background: #873907; }
.ncxjobs-wrapper .ncxjobs-feedback { padding: 18px; margin-bottom: 24px; border: 1px solid var(--ncxjobs-border); border-left: 4px solid var(--ncxjobs-accent); border-radius: 4px; background: #fafafa; }
.ncxjobs-wrapper .ncxjobs-errors { border-left-color: #a32222; }
.ncxjobs-wrapper .ncxjobs-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 600px) { .ncxjobs-wrapper .ncxjobs-form-grid { grid-template-columns: minmax(0, 1fr); } }
.ncxjobs-wrapper .ncxjobs-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 20px; margin: 0 0 24px; background: #fafafa; border: 1px solid var(--ncxjobs-border); border-radius: 8px; }
.ncxjobs-wrapper .ncxjobs-filter-search, .ncxjobs-wrapper .ncxjobs-filter-actions { grid-column: 1 / -1; }
.ncxjobs-wrapper .ncxjobs-field select { width: 100%; min-width: 0; padding: 10px; border: 1px solid #888; border-radius: 4px; background: #fff; color: #242424; font: inherit; font-size: 1rem; }
.ncxjobs-wrapper .ncxjobs-field select:focus-visible { outline: 2px solid var(--ncxjobs-accent); outline-offset: 3px; }
.ncxjobs-wrapper .ncxjobs-filter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-size: 1rem; }
@media (max-width: 600px) { .ncxjobs-wrapper .ncxjobs-filters { grid-template-columns: minmax(0, 1fr); } }
/* Dedicated job page. Theme header/footer remain outside this layout. */
.ncxjobs-page { width: 100%; max-width: 1240px; margin: 0 auto; padding: 40px 24px 64px; box-sizing: border-box; }
.ncxjobs-wrapper.ncxjobs-single { margin: 0; max-width: 100%; font-size: 16px; }
.ncxjobs-single .ncxjobs-back { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; color: #595959; font-size: 14px; text-decoration: none; }
.ncxjobs-single .ncxjobs-back:hover { color: var(--ncxjobs-accent); text-decoration: underline; }
.ncxjobs-single .ncxjobs-single-header { margin: 22px 0 40px; padding-bottom: 32px; border-bottom: 1px solid var(--ncxjobs-border); }
.ncxjobs-single .ncxjobs-single-title { max-width: 950px; margin: 0 0 20px; color: #242424; font-family: inherit; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.18; font-weight: 650; letter-spacing: -.025em; }
.ncxjobs-wrapper .ncxjobs-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.ncxjobs-wrapper .ncxjobs-badge { margin: 0; max-width: 100%; border-radius: 6px; padding: 4px 10px; background: #f7f7f7; border: 1px solid #e5e5e5; color: #424242; font-size: 12px; line-height: 1.5; font-weight: 600; }
.ncxjobs-single .ncxjobs-header-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; color: #606060; font-size: 14px; margin-bottom: 24px; }
.ncxjobs-wrapper .ncxjobs-cta { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 10px 24px; border: 1px solid var(--ncxjobs-accent); border-radius: 8px; background: var(--ncxjobs-accent); color: #fff; font-size: 15px; font-weight: 600; text-decoration: none; line-height: 1.5; }
.ncxjobs-wrapper .ncxjobs-cta:hover { background: #873907; border-color: #873907; color: #fff; }
.ncxjobs-wrapper .ncxjobs-closed { display: inline-block; padding: 8px 12px; background: #f3f3f3; border: 1px solid #dedede; border-radius: 6px; color: #555; font-size: 14px; font-weight: 600; }
.ncxjobs-single .ncxjobs-single-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr); gap: 44px; align-items: start; }
.ncxjobs-single .ncxjobs-job-content { margin: 0; min-width: 0; font-size: 16px; line-height: 1.7; }
.ncxjobs-single .ncxjobs-job-content h2 { margin: 32px 0 14px; font-family: inherit; font-size: 24px; font-weight: 650; line-height: 1.3; letter-spacing: -.015em; }
.ncxjobs-single .ncxjobs-job-content h2:first-child { margin-top: 0; }
.ncxjobs-single .ncxjobs-job-content h3 { margin: 26px 0 12px; font-family: inherit; font-size: 19px; font-weight: 650; line-height: 1.4; }
.ncxjobs-single .ncxjobs-job-content p { margin: 0 0 18px; }
.ncxjobs-single .ncxjobs-job-content ul, .ncxjobs-single .ncxjobs-job-content ol { margin: 14px 0 24px; padding-inline-start: 24px; }
.ncxjobs-single .ncxjobs-job-content ul { list-style-type: disc; }
.ncxjobs-single .ncxjobs-job-content ol { list-style-type: decimal; }
.ncxjobs-single .ncxjobs-job-content li { margin: 8px 0; padding-inline-start: 3px; }
.ncxjobs-single .ncxjobs-job-content strong { font-weight: 650; }
.ncxjobs-single .ncxjobs-job-content a { color: var(--ncxjobs-accent); text-decoration: underline; text-underline-offset: 3px; }
.ncxjobs-single .ncxjobs-overview { position: sticky; top: calc(24px + var(--wp-admin--admin-bar--height, 0px)); min-width: 0; padding: 24px; border: 1px solid #e5e5e5; border-radius: 12px; background: #fafafa; }
.ncxjobs-single .ncxjobs-overview h2 { font-family: inherit; font-size: 18px; line-height: 1.4; margin: 0 0 22px; font-weight: 650; }
.ncxjobs-single .ncxjobs-overview .ncxjobs-details { gap: 16px; }
.ncxjobs-single .ncxjobs-overview .ncxjobs-detail dt { font-size: 12px; margin-bottom: 3px; }
.ncxjobs-single .ncxjobs-overview .ncxjobs-detail dd { font-size: 14px; font-weight: 500; }
.ncxjobs-single .ncxjobs-overview .ncxjobs-cta { width: 100%; }
.ncxjobs-single .ncxjobs-application-section { margin-top: 48px; padding: 36px; background: #fafafa; border: 1px solid #e5e5e5; border-radius: 12px; }
.ncxjobs-single .ncxjobs-apply { max-width: 800px; margin: 0 auto; scroll-margin-top: calc(30px + var(--wp-admin--admin-bar--height, 0px)); }
.ncxjobs-single .ncxjobs-section-title { font-family: inherit; font-size: 26px; line-height: 1.3; margin-bottom: 12px; }
.ncxjobs-single .ncxjobs-form-intro { color: #555; font-size: 16px; }
.ncxjobs-wrapper .ncxjobs-card { border-radius: 12px; }
.ncxjobs-wrapper .ncxjobs-card .ncxjobs-title { margin-bottom: 14px; }
@media (max-width: 768px) {
 .ncxjobs-page { padding: 24px 20px 40px; }
 .ncxjobs-single .ncxjobs-single-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
 .ncxjobs-single .ncxjobs-overview { position: static; }
 .ncxjobs-single .ncxjobs-single-header { margin-top: 16px; margin-bottom: 28px; padding-bottom: 26px; }
 .ncxjobs-single .ncxjobs-application-section { margin-top: 28px; padding: 24px; }
}
@media (max-width: 480px) {
 .ncxjobs-page { padding-inline: 16px; }
 .ncxjobs-single .ncxjobs-header-meta { flex-direction: column; gap: 6px; }
 .ncxjobs-single .ncxjobs-cta { width: 100%; }
 .ncxjobs-single .ncxjobs-overview, .ncxjobs-single .ncxjobs-application-section { padding: 20px; }
}
/* Refined recruitment layout: balanced header, readable content and compact facts. */
.ncxjobs-page { padding-top: 28px; padding-bottom: 72px; }
.ncxjobs-single .ncxjobs-back { font-weight: 500; font-size: 13px; }
.ncxjobs-single .ncxjobs-single-header { display: grid; grid-template-columns: minmax(0, 1fr) 210px; align-items: center; gap: 32px; padding: 36px; margin: 20px 0 40px; border: 1px solid #e9e5e1; border-radius: 16px; background: #faf9f7; }
.ncxjobs-single .ncxjobs-header-main { min-width: 0; }
.ncxjobs-single .ncxjobs-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #8c430f; font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ncxjobs-single .ncxjobs-eyebrow span { color: #c4b8ae; }
.ncxjobs-single .ncxjobs-single-title { font-size: clamp(28px, 3vw, 40px); line-height: 1.16; letter-spacing: -.035em; max-width: 770px; margin-bottom: 22px; }
.ncxjobs-single .ncxjobs-header-meta { font-size: 13px; margin-bottom: 0; gap: 8px 20px; color: #64615c; }
.ncxjobs-single .ncxjobs-badges { gap: 7px; margin-bottom: 20px; }
.ncxjobs-wrapper .ncxjobs-badge { background: #fff; border-color: #e6e3df; border-radius: 6px; color: #4d4843; padding: 5px 10px; font-size: 12px; font-weight: 500; }
.ncxjobs-single .ncxjobs-header-action { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.ncxjobs-single .ncxjobs-availability { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12px; color: #60605b; margin: 0; }
.ncxjobs-single .ncxjobs-availability span { width: 6px; height: 6px; border-radius: 50%; background: #747d63; }
.ncxjobs-wrapper .ncxjobs-cta { gap: 20px; min-height: 48px; border-radius: 8px; font-size: 14px; letter-spacing: .01em; background: #a8430b; border-color: #a8430b; }
.ncxjobs-single .ncxjobs-single-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 56px; padding-inline: 8px; }
.ncxjobs-single .ncxjobs-job-content { color: #474747; }
.ncxjobs-single .ncxjobs-job-content h2 { color: #242424; font-size: 22px; margin-top: 34px; }
.ncxjobs-single .ncxjobs-job-content h3 { color: #242424; font-size: 18px; }
.ncxjobs-single .ncxjobs-job-content li::marker { color: #9b4c1d; }
.ncxjobs-single .ncxjobs-overview { padding: 26px; background: #fff; border-color: #e7e5e2; border-radius: 12px; }
.ncxjobs-single .ncxjobs-overview h2 { font-size: 16px; padding-bottom: 18px; border-bottom: 1px solid #efedeb; margin-bottom: 20px; }
.ncxjobs-single .ncxjobs-overview .ncxjobs-details { gap: 18px; }
.ncxjobs-single .ncxjobs-overview .ncxjobs-detail dt { color: #74716d; font-size: 11px; line-height: 1.5; margin-bottom: 4px; }
.ncxjobs-single .ncxjobs-overview .ncxjobs-detail dd { color: #343434; font-size: 14px; line-height: 1.55; }
.ncxjobs-single .ncxjobs-application-section { margin-top: 48px; padding: 40px; background: #faf9f7; border-color: #e9e5e1; border-radius: 16px; }
.ncxjobs-single .ncxjobs-section-title { font-weight: 650; font-size: 26px; letter-spacing: -.025em; }
.ncxjobs-single .ncxjobs-form-intro { margin-bottom: 14px; font-size: 15px; }
.ncxjobs-wrapper .ncxjobs-field label { font-size: 13px; font-weight: 600; }
.ncxjobs-wrapper .ncxjobs-field input, .ncxjobs-wrapper .ncxjobs-field textarea, .ncxjobs-wrapper .ncxjobs-field select { border-color: #c9c5bf; border-radius: 7px; font-size: 15px; min-height: 46px; }
.ncxjobs-wrapper .ncxjobs-field input:hover, .ncxjobs-wrapper .ncxjobs-field textarea:hover { border-color: #98918a; }
.ncxjobs-wrapper .ncxjobs-submit { border-radius: 8px; font-size: 14px; min-height: 48px; padding-inline: 24px; }
.ncxjobs-wrapper .ncxjobs-card { padding: 26px; border-color: #e7e5e2; }
.ncxjobs-wrapper .ncxjobs-card .ncxjobs-title { font-size: 21px; letter-spacing: -.02em; }
@media (max-width: 1024px) {
 .ncxjobs-single .ncxjobs-single-header { padding: 28px; gap: 24px; grid-template-columns: minmax(0, 1fr) 185px; }
 .ncxjobs-single .ncxjobs-single-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; padding-inline: 0; }
}
@media (max-width: 768px) {
 .ncxjobs-single .ncxjobs-single-header { grid-template-columns: minmax(0, 1fr); gap: 24px; margin-bottom: 32px; }
 .ncxjobs-single .ncxjobs-header-action { align-items: flex-start; }
 .ncxjobs-single .ncxjobs-single-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
 .ncxjobs-single .ncxjobs-application-section { padding: 26px; }
}
@media (max-width: 480px) {
 .ncxjobs-page { padding: 20px 16px 40px; }
 .ncxjobs-single .ncxjobs-single-header { padding: 24px 20px; border-radius: 12px; margin-top: 12px; }
 .ncxjobs-single .ncxjobs-single-title { font-size: 29px; }
 .ncxjobs-single .ncxjobs-header-action { align-items: stretch; }
 .ncxjobs-single .ncxjobs-availability { justify-content: flex-start; }
 .ncxjobs-single .ncxjobs-overview, .ncxjobs-single .ncxjobs-application-section { padding: 22px 20px; }
 .ncxjobs-single .ncxjobs-section-title { font-size: 24px; }
 .ncxjobs-single .ncxjobs-header-meta { gap: 8px; }
}
.ncxjobs-wrapper .ncxjobs-filters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 900px) { .ncxjobs-wrapper .ncxjobs-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .ncxjobs-wrapper .ncxjobs-filters { grid-template-columns: minmax(0, 1fr); } }
.ncxjobs-wrapper .ncxjobs-pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 28px; font-size: 14px; }
.ncxjobs-wrapper .ncxjobs-pagination a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 18px; border: 1px solid var(--ncxjobs-border); border-radius: 8px; color: var(--ncxjobs-accent); text-decoration: none; background: #fff; }
.ncxjobs-wrapper .ncxjobs-pagination a:hover { background: #faf9f7; }
