:root {
  --job50-sfc-red: var(--wp--preset--color--accent-1, var(--j50-red, #ed1c24));
  --job50-sfc-red-dark: #d81720;
  --job50-sfc-ink: #1c2230;
  --job50-sfc-ink-soft: #5f6778;
  --job50-sfc-border: rgba(28, 34, 48, .12);
  --job50-sfc-surface: #ffffff;
  --job50-sfc-surface-soft: #f8fafc;
  --job50-sfc-bg: #f2f6fc;
  --job50-sfc-radius-xl: 26px;
  --job50-sfc-radius-lg: 20px;
  --job50-sfc-radius-md: 16px;
  --job50-sfc-shadow: 0 18px 45px rgba(24, 39, 75, .08);
  --job50-sfc-shadow-sm: 0 10px 24px rgba(24, 39, 75, .06);
}

.job50-sfc-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto 48px;
  padding: 24px 20px 80px;
  color: var(--job50-sfc-ink);
}

.job50-sfc-wrap,
.job50-sfc-wrap * {
  box-sizing: border-box;
}

.job50-sfc-wrap > .job50-breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.job50-sfc-shell {
  position: relative;
}


.job50-sfc-wrap a {
  color: var(--job50-sfc-red);
}

.job50-sfc-toast,
.job50-sfc-notice,
.job50-sfc-approved-card {
  position: relative;
  z-index: 1;
  background: var(--job50-sfc-surface);
  border: 1px solid var(--job50-sfc-border);
  border-radius: var(--job50-sfc-radius-lg);
  box-shadow: var(--job50-sfc-shadow-sm);
}

.job50-sfc-notice,
.job50-sfc-toast,
.job50-sfc-approved-card {
  margin: 0 auto 22px;
  padding: 18px 22px;
}

.job50-sfc-notice strong,
.job50-sfc-toast strong {
  display: block;
  margin-bottom: 6px;
}

.job50-sfc-notice p,
.job50-sfc-toast p,
.job50-sfc-approved-card p {
  margin: 0;
}

.job50-sfc-notice--error { background: #fff4f4; }
.job50-sfc-notice--warning { background: #fffaf0; }
.job50-sfc-notice--info { background: #f5fbff; }
.job50-sfc-toast { background: #eefaf3; font-weight: 700; }

.job50-sfc-approved-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: #eafaf0;
  color: #1c7d48;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.job50-sfc-approved-card h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.1;
}

.job50-sfc-score-card {
  position: fixed;
  z-index: 7;
  top: 172px;
  right: 0;
  width: 172px;
  padding: 20px 18px;
  border-radius: 16px 0 0 16px;
  background: var(--job50-sfc-red);
  color: #fff;
  box-shadow: 0 18px 36px rgba(237, 28, 36, .22);
  text-align: center;
}

.job50-sfc-score-card__number {
  display: block;
  font-size: 48px;
  line-height: .88;
  font-weight: 900;
}

.job50-sfc-score-card__label,
.job50-sfc-score-card em,
.job50-sfc-score-card strong {
  display: block;
}

.job50-sfc-score-card__label {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 800;
}

.job50-sfc-score-card strong {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.job50-sfc-score-card em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.job50-sfc-wizard {
  position: relative;
  z-index: 1;
}

.job50-sfc-slider {
  overflow: hidden;
}

.job50-sfc-slider-track {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition: transform .45s cubic-bezier(.25,.8,.25,1);
  will-change: transform;
}

.job50-sfc-panel {
  flex: 0 0 100%;
  min-width: 100%;
}

.job50-sfc-panel[aria-hidden="true"] {
  visibility: hidden;
}

.job50-sfc-panel__inner {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(28, 34, 48, .10);
  border-radius: 20px;
  box-shadow: var(--job50-sfc-shadow);
  backdrop-filter: blur(4px);
}

.job50-sfc-intro {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 16px 34px 28px;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.job50-sfc-branding {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  margin: 22px auto 14px;
  text-align: center;
}

.job50-sfc-org-badge {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(28, 34, 48, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--job50-sfc-shadow-sm);
}

.job50-sfc-org-badge img {
  max-width: 78%;
  max-height: 78%;
  object-fit: contain;
}

.job50-sfc-org-badge.is-fallback {
  width: auto;
  min-width: 140px;
  max-width: 240px;
  padding: 0 20px;
}

.job50-sfc-org-badge.is-fallback span {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.job50-sfc-brandline {
  margin-bottom: 18px;
}

.job50-sfc-brandline img {
  display: block;
  width: min(460px, 86%);
  margin: 0 auto;
  height: auto;
}

.job50-sfc-intro__body {
  width: min(720px, 100%);
  margin: 0 auto;
}

.job50-sfc-intro__body h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 6vw, 60px);
  line-height: .93;
  font-weight: 900;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.job50-sfc-intro__body p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  color: #2e3548;
}

.job50-sfc-intro__accent {
  margin-top: 12px !important;
  font-weight: 900;
  color: var(--job50-sfc-red) !important;
  text-transform: uppercase;
}

.job50-sfc-intro__actions {
  margin-top: 30px;
}

.job50-sfc-intro__optout {
  width: min(440px, 100%);
  margin: 26px auto 0;
  padding: 18px 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(28,34,48,.12);
  border-radius: 14px;
}

.job50-sfc-optout-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
}

.job50-sfc-intro__optout p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--job50-sfc-ink-soft);
}

.job50-sfc-steps {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
  width: min(980px, 100%);
  margin: 18px auto 0;
}

.job50-sfc-step-tab {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border: 0 !important;
  outline: none !important;
  background: transparent;
  color: #262d3c;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.job50-sfc-step-tab__num {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 999px;
  border: 1px solid rgba(28,34,48,.18);
  background: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: all .2s ease;
}

.job50-sfc-step-tab__label {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  flex: 0 1 auto;
  display: inline !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  white-space: normal;
  line-height: 1.1;
}

.job50-sfc-step-tab.is-active .job50-sfc-step-tab__num {
  border-color: var(--job50-sfc-red);
  background: var(--job50-sfc-red);
  color: #fff;
}

.job50-sfc-step-tab.is-active {
  color: var(--job50-sfc-ink);
}

.job50-sfc-step-tab:focus,
.job50-sfc-step-tab:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.job50-sfc-step-tab:focus-visible .job50-sfc-step-tab__num {
  box-shadow: 0 0 0 3px rgba(237, 28, 36, .16);
}

.job50-sfc-panel__inner {
  padding: 28px 28px 18px;
}

.job50-sfc-panel__header {
  margin-bottom: 18px;
}

.job50-sfc-panel__header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.job50-sfc-panel__lead {
  margin: 0 0 16px;
  color: var(--job50-sfc-ink-soft);
  line-height: 1.55;
}

.job50-sfc-grid {
  display: grid;
  gap: 16px;
}

.job50-sfc-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job50-sfc-field {
  display: block;
}

.job50-sfc-field > span {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #30384d;
}

.job50-sfc-field input,
.job50-sfc-field textarea,
.job50-sfc-upload {
  width: 100%;
  border: 1px solid rgba(28,34,48,.12);
  background: #fff;
  border-radius: 8px;
  box-shadow: none;
}

.job50-sfc-field input,
.job50-sfc-field textarea {
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--job50-sfc-ink);
}

.job50-sfc-field input::placeholder,
.job50-sfc-field textarea::placeholder {
  color: #99a0ae;
}

.job50-sfc-field textarea {
  min-height: 128px;
  resize: vertical;
}

.job50-sfc-field--full {
  margin-top: 16px;
}

.job50-sfc-check-grid {
  display: grid;
  gap: 14px;
}

.job50-sfc-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(28,34,48,.10);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--job50-sfc-shadow-sm);
}

.job50-sfc-check.is-checked {
  border-color: rgba(237, 28, 36, .26);
  background: rgba(237, 28, 36, .04);
}

.job50-sfc-check input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.job50-sfc-check span {
  display: block;
  line-height: 1.45;
  font-size: 15px;
}

.job50-sfc-subsection + .job50-sfc-subsection {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(28,34,48,.08);
}

.job50-sfc-subsection h3 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.job50-sfc-upload {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  cursor: pointer;
}

.job50-sfc-upload span {
  font-weight: 800;
}

.job50-sfc-upload input {
  width: 100%;
}

.job50-sfc-evidence-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.job50-sfc-evidence-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(28,34,48,.10);
  background: #fff;
}

.job50-sfc-evidence-list span {
  color: var(--job50-sfc-ink-soft);
  font-size: 13px;
  white-space: nowrap;
}

.job50-sfc-declaration {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(28,34,48,.10);
}

.job50-sfc-declaration label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.job50-sfc-help {
  margin: 14px 0 0;
  color: var(--job50-sfc-ink-soft);
}

.job50-sfc-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(980px, 100%);
  margin: 18px auto 0;
  padding: 0 8px;
}

.job50-sfc-actions__spacer {
  flex: 1 1 auto;
}

.job50-sfc-actions__final {
  display: inline-flex;
  gap: 12px;
  margin-left: auto;
}

.job50-sfc-btn.buttons,
.job50-sfc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.job50-sfc-btn--primary {
  background: var(--job50-sfc-red);
  color: #fff !important;
}

.job50-sfc-btn--primary:hover,
.job50-sfc-btn--primary:focus {
  background: var(--job50-sfc-red-dark);
}

.job50-sfc-btn--ghost {
  background: #fff;
  border-color: rgba(237, 28, 36, .18);
  color: var(--job50-sfc-red) !important;
}


.job50-sfc-btn:focus,
.job50-sfc-btn:focus-visible,
.job50-sfc-btn.buttons:focus,
.job50-sfc-btn.buttons:focus-visible {
  outline: none !important;
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(237, 28, 36, .14);
}

.job50-sfc-btn--ghost:focus,
.job50-sfc-btn--ghost:focus-visible {
  border-color: rgba(237, 28, 36, .28);
}

.job50-sfc-btn[disabled] {
  opacity: .6;
  cursor: not-allowed;
}

@media (max-width: 1180px) {
  .job50-sfc-shell {
    padding-right: 0;
  }

  .job50-sfc-score-card {
    position: sticky;
    top: 24px;
    right: auto;
    margin: 0 0 18px auto;
  }
}

@media (max-width: 860px) {
  .job50-sfc-intro__body p {
    font-size: 17px;
  }

  .job50-sfc-grid--2 {
    grid-template-columns: 1fr;
  }

  .job50-sfc-actions {
    flex-wrap: wrap;
    padding: 0;
  }

  .job50-sfc-actions__spacer {
    display: none;
  }

  .job50-sfc-actions__final {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  .job50-sfc-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .job50-sfc-score-card {
    width: 150px;
    min-height: 160px;
    padding: 16px 14px;
  }

  .job50-sfc-score-card__number {
    font-size: 54px;
  }

  .job50-sfc-intro,
  .job50-sfc-panel__inner {
    padding: 22px 18px 18px;
  }

  .job50-sfc-steps {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .job50-sfc-actions,
  .job50-sfc-actions__final {
    width: 100%;
  }

  .job50-sfc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .job50-sfc-actions__final {
    flex-direction: column;
  }

  .job50-sfc-btn.buttons,
  .job50-sfc-btn {
    width: 100%;
  }

  .job50-sfc-evidence-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* SFC wizard refinements — 0.3.4 */
.job50-sfc-shell::before,
.job50-sfc-shell::after {
  content: none !important;
  display: none !important;
}

.job50-sfc-wrap {
  min-height: calc(100svh - 132px);
  padding-top: 16px;
  padding-bottom: 48px;
}

.job50-sfc-shell {
  min-height: calc(100svh - 164px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job50-sfc-wizard {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job50-sfc-steps {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(980px, 100%);
  margin: 0 auto 22px;
}

.job50-sfc-step-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 6px 8px;
  cursor: pointer;
  color: var(--job50-sfc-ink);
  font-weight: 700;
}

.job50-sfc-step-tab__num,
.job50-sfc-step-tab span.job50-sfc-step-tab__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #dedede;
  background: #fff;
  color: var(--job50-sfc-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.job50-sfc-step-tab__label {
  font-size: .9rem;
  opacity: .84;
}

.job50-sfc-step-tab.is-active .job50-sfc-step-tab__num,
.job50-sfc-step-tab.is-active span.job50-sfc-step-tab__num {
  background-color: var(--job50-sfc-red);
  border-color: var(--job50-sfc-red);
  color: #fff;
}

.job50-sfc-step-tab.is-active .job50-sfc-step-tab__label {
  opacity: 1;
}

.job50-sfc-slider {
  order: 1;
  overflow: hidden;
  width: 100%;
  transition: height 250ms ease;
}

.job50-sfc-slider-track {
  align-items: flex-start;
}

.job50-sfc-panel[aria-hidden="true"] {
  visibility: hidden;
}

.job50-sfc-actions {
  order: 2;
}

.job50-sfc-intro__body h1,
.job50-sfc-intro__accent {
  display: none !important;
}

.job50-sfc-intro__body p {
  width: min(720px, 100%);
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.45;
  color: #2e3548;
}

.job50-sfc-intro__body p strong {
  color: var(--job50-sfc-red);
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .job50-sfc-wrap {
    min-height: auto;
  }

  .job50-sfc-shell {
    min-height: auto;
  }

  .job50-sfc-steps {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }
}


/* SFC wizard refinements — 0.3.5
   Keep branding persistent, reuse job-wizard stepper semantics, and avoid browser black focus frames. */
.job50-sfc-wrap {
  min-height: auto;
}

.job50-sfc-shell {
  min-height: auto;
}

.job50-sfc-wizard {
  justify-content: flex-start;
}

.job50-sfc-branding {
  position: relative;
  z-index: 3;
  width: min(980px, 100%);
  margin: 22px auto 12px;
  text-align: center;
}

.job50-sfc-branding .job50-sfc-org-badge {
  margin: 0 auto 24px;
}

.job50-sfc-branding .job50-sfc-brandline {
  margin: 0 auto 10px;
}

.job50-sfc-branding .job50-sfc-brandline img {
  display: block;
  width: min(460px, 86%);
  height: auto;
  margin: 0 auto;
}

.job50-sfc-panel--intro .job50-sfc-intro {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 10px 34px 28px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.job50-sfc-steps {
  order: 0;
  width: min(980px, 100%);
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

.job50-sfc-step-tab,
.job50-sfc-step-tab.job-wizard__stepper {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--job50-sfc-ink);
}

.job50-sfc-step-tab__num,
.job50-sfc-step-tab .job50-sfc-step-tab__num,
.job50-sfc-step-tab span.job50-sfc-step-tab__num {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  border-radius: 999px !important;
  border: 1px solid #dedede !important;
  background: #fff !important;
  color: var(--job50-sfc-ink) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.job50-sfc-step-tab__label,
.job50-sfc-step-tab .job50-sfc-step-tab__label,
.job50-sfc-step-tab span.job50-sfc-step-tab__label {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 1 auto !important;
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  white-space: nowrap;
  line-height: 1.08;
  opacity: .84;
}

.job50-sfc-step-tab.is-active .job50-sfc-step-tab__num {
  border-color: var(--job50-sfc-red) !important;
  background: var(--job50-sfc-red) !important;
  color: #fff !important;
}

.job50-sfc-step-tab.is-active .job50-sfc-step-tab__label {
  opacity: 1;
}

.job50-sfc-step-tab:focus,
.job50-sfc-step-tab:focus-visible,
.job50-sfc-btn:focus,
.job50-sfc-btn:focus-visible,
.job50-sfc-btn.buttons:focus,
.job50-sfc-btn.buttons:focus-visible,
.job50-sfc-optout-check:focus,
.job50-sfc-optout-check:focus-visible {
  outline: none !important;
  border-color: transparent;
  box-shadow: none !important;
}

.job50-sfc-step-tab:focus-visible .job50-sfc-step-tab__num,
.job50-sfc-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(237, 28, 36, .14) !important;
}

@media (max-width: 860px) {
  .job50-sfc-steps {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .job50-sfc-step-tab__label,
  .job50-sfc-step-tab .job50-sfc-step-tab__label,
  .job50-sfc-step-tab span.job50-sfc-step-tab__label {
    white-space: nowrap;
  }
}



/* v0.3.6 — wizard navigation + clean two-button footer */
.job50-sfc-steps[hidden],
.job50-sfc-actions[hidden],
.job50-sfc-btn[hidden] {
  display: none !important;
}

.job50-sfc-steps {
  width: min(980px, 100%);
  margin: 0 auto 22px;
  gap: 14px;
}

.job50-sfc-step-tab,
.job50-sfc-step-tab.job-wizard__stepper {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 6px 8px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--job50-sfc-ink);
}

.job50-sfc-step-tab:focus,
.job50-sfc-step-tab:focus-visible,
.job50-sfc-step-tab.job-wizard__stepper:focus,
.job50-sfc-step-tab.job-wizard__stepper:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.job50-sfc-step-tab .job50-sfc-step-tab__num,
.job50-sfc-step-tab .job-wizard__num {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  flex: 0 0 32px !important;
  border-radius: 999px !important;
  border: 1px solid #dedede !important;
  background: #fff !important;
  color: var(--job50-sfc-ink) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.job50-sfc-step-tab .job50-sfc-step-tab__label,
.job50-sfc-step-tab .job-wizard__label {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.job50-sfc-step-tab.is-active .job50-sfc-step-tab__num,
.job50-sfc-step-tab.is-active .job-wizard__num {
  background: var(--job50-sfc-red) !important;
  border-color: var(--job50-sfc-red) !important;
  color: #fff !important;
}

.job50-sfc-intro {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 0 0 18px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.job50-sfc-panel--intro .job50-sfc-intro {
  text-align: center;
}

.job50-sfc-actions {
  width: min(980px, 100%);
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
}

.job50-sfc-actions .job50-sfc-btn {
  flex: 0 0 auto;
}

.job50-sfc-actions .job50-sfc-btn[data-job50-sfc-next],
.job50-sfc-actions .job50-sfc-btn[data-job50-sfc-submit] {
  margin-left: auto;
}

.job50-sfc-btn,
button.job50-sfc-btn,
a.job50-sfc-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 92px;
  padding: 12px 22px;
  border: 0 !important;
  border-radius: 999px;
  outline: 0 !important;
  box-shadow: none !important;
  background: var(--job50-sfc-red);
  color: #fff !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
}

.job50-sfc-btn:hover,
.job50-sfc-btn:focus,
.job50-sfc-btn:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: var(--job50-sfc-red-dark);
  color: #fff !important;
}

.job50-sfc-btn--ghost {
  background: var(--job50-sfc-red) !important;
  color: #fff !important;
}

.job50-sfc-btn:disabled {
  opacity: .58;
  cursor: wait;
}


/* v0.3.8 — safe bridge background + nav classes without importing the whole job-wizard scope */
body.job50-bridge-bg .job50-sfc-wrap,
body.job50-bridge-bg .job50-sfc-shell {
  background: transparent;
}

.job50-sfc-slider.job-wizard__viewport {
  overflow: hidden;
  padding-bottom: 28px;
  margin-bottom: -10px;
}

.job50-sfc-panel.job-wizard__step {
  padding-bottom: 28px;
}

.job50-sfc-steps[hidden],
.job50-sfc-actions[hidden],
.job50-sfc-actions .buttons[hidden] {
  display: none !important;
}

.job50-sfc-actions.job-wizard__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(980px, 100%);
  max-width: 980px;
  margin: 4px auto 0;
  padding: 0;
  gap: 12px;
}

.job50-sfc-actions.job-wizard__nav .buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.job50-sfc-actions.job-wizard__nav .buttons--back {
  margin-left: 0 !important;
}

.job50-sfc-actions.job-wizard__nav :is(.buttons--next, .buttons--submit) {
  margin-left: auto !important;
}

.job50-sfc-actions.job-wizard__nav .buttons--nav::before,
.job50-sfc-actions.job-wizard__nav .buttons--nav::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.job50-sfc-actions.job-wizard__nav :is(.buttons--next, .buttons--submit)::before,
.job50-sfc-actions.job-wizard__nav .buttons--back::after {
  content: none;
}

.job50-sfc-actions.job-wizard__nav .buttons--next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.25' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M10 8l4 4-4 4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.job50-sfc-actions.job-wizard__nav .buttons--back::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.25' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M14 8l-4 4 4 4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.job50-sfc-actions.job-wizard__nav .buttons--submit::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.25' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M8 12.3l2.5 2.5L16 9.4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.job50-sfc-actions.job-wizard__nav .buttons:focus,
.job50-sfc-actions.job-wizard__nav .buttons:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Neutralize the old SFC-specific button skin only inside the nav. */
.job50-sfc-actions.job-wizard__nav .buttons {
  min-width: 92px;
  border: 0 !important;
}


/* v0.3.9 — spacing + visible number labels + no native black focus boxes */
.job50-sfc-wrap {
  padding-top: 38px;
}

.job50-sfc-steps.job-wizard__progress,
.job50-sfc-steps {
  margin-top: 16px !important;
  margin-bottom: 28px !important;
}

/* Keep the slider card shadow visible without pushing the nav too far away. */
.job50-sfc-slider.job-wizard__viewport,
.job50-sfc-slider {
  padding-bottom: 34px !important;
  margin-bottom: -18px !important;
}

.job50-sfc-actions.job-wizard__nav {
  margin-top: 0 !important;
}

.job50-sfc-field--number .job50-sfc-field__label {
  display: block;
  margin: 0 0 8px;
  color: var(--wp--preset--color--contrast, #1c2230);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

/* SFC-local reset for the ugly black native focus frame on checkboxes/buttons. */
.job50-sfc-wrap :is(button, .buttons, input, textarea, select, label, a):focus,
.job50-sfc-wrap :is(button, .buttons, input, textarea, select, label, a):focus-visible,
.job50-sfc-wrap :is(button, .buttons, input, textarea, select, label, a):active {
  outline: none !important;
}

.job50-sfc-wrap input[type="checkbox"] {
  accent-color: var(--job50-sfc-red, var(--wp--preset--color--accent-1, #ed1c24));
  outline: none !important;
  box-shadow: none !important;
}

.job50-sfc-wrap input[type="checkbox"]:focus,
.job50-sfc-wrap input[type="checkbox"]:focus-visible,
.job50-sfc-wrap input[type="checkbox"]:active {
  outline: none !important;
  box-shadow: none !important;
}

.job50-sfc-check:focus,
.job50-sfc-check:focus-within,
.job50-sfc-check:focus-visible {
  outline: none !important;
  box-shadow: 0 10px 24px rgba(24, 39, 75, .06) !important;
}


/* v0.4.0 — toast integration + inner group spacing */
.job50-sfc-check-grid + .job50-sfc-check-grid {
  margin-top: 14px;
}

.job50-sfc-check-grid + .job50-sfc-field--full {
  margin-top: 14px;
}

/* Frontend flash messages now use the shared Job50 toast component. */
.job50-sfc-wrap .job50-toast-container {
  pointer-events: none;
}

/* SFC admin review UI — 0.4.2 */
.job50-sfc-admin {
  --job50-sfc-admin-red: #ed1c24;
  --job50-sfc-admin-ink: #1d2533;
  --job50-sfc-admin-muted: #667085;
  --job50-sfc-admin-border: rgba(29, 37, 51, .12);
  --job50-sfc-admin-soft: #f8fafc;
  --job50-sfc-admin-shadow: 0 18px 42px rgba(29, 37, 51, .08);
  color: var(--job50-sfc-admin-ink);
}

.job50-sfc-admin * {
  box-sizing: border-box;
}

.job50-sfc-admin h1 {
  margin-bottom: 22px;
}

.job50-sfc-admin-back {
  margin: 0 0 18px;
}

.job50-sfc-admin-back a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 700;
}

.job50-sfc-admin-hero,
.job50-sfc-admin-card,
.job50-sfc-admin-list-card,
.job50-sfc-admin-empty {
  background: #fff;
  border: 1px solid var(--job50-sfc-admin-border);
  border-radius: 18px;
  box-shadow: var(--job50-sfc-admin-shadow);
}

.job50-sfc-admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 24px;
  align-items: center;
  margin: 0 0 22px;
  padding: 24px;
}

.job50-sfc-admin-hero__identity,
.job50-sfc-admin-org-cell {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.job50-sfc-admin-hero__identity h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.12;
}

.job50-sfc-admin-eyebrow {
  margin: 0 0 6px;
  color: var(--job50-sfc-admin-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.job50-sfc-admin-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job50-sfc-admin-org-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(29, 37, 51, .10);
  box-shadow: 0 10px 22px rgba(29, 37, 51, .07);
  color: var(--job50-sfc-admin-red);
  font-weight: 900;
  letter-spacing: .04em;
}

.job50-sfc-admin-org-mark img {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.job50-sfc-admin-org-mark--small {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 13px;
}

.job50-sfc-admin-org-mark--large {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  font-size: 22px;
}

.job50-sfc-admin-org-mark.is-fallback {
  background: linear-gradient(145deg, #fff, #fff4f4);
}

.job50-sfc-admin-hero__score {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 16px;
  background: var(--job50-sfc-admin-soft);
  border: 1px solid rgba(29, 37, 51, .08);
}

.job50-sfc-admin-hero__score > span {
  color: var(--job50-sfc-admin-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.job50-sfc-admin-hero__score strong {
  display: block;
  color: var(--job50-sfc-admin-ink);
  font-size: 44px;
  line-height: .95;
  font-weight: 900;
}

.job50-sfc-admin-hero__score small {
  margin-left: 4px;
  color: var(--job50-sfc-admin-muted);
  font-size: 18px;
  font-weight: 800;
}

.job50-sfc-admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.job50-sfc-admin-badge--status {
  color: #344054;
  background: #f2f4f7;
}

.job50-sfc-admin-badge--submitted,
.job50-sfc-admin-badge--needs_more_info {
  color: #92400e;
  background: #fffbeb;
}

.job50-sfc-admin-badge--approved {
  color: #067647;
  background: #ecfdf3;
}

.job50-sfc-admin-badge--rejected,
.job50-sfc-admin-badge--revoked,
.job50-sfc-admin-badge--expired {
  color: #b42318;
  background: #fef3f2;
}

.job50-sfc-admin-badge--level {
  color: #1d4ed8;
  background: #eff6ff;
}

.job50-sfc-admin-badge--level-certified,
.job50-sfc-admin-badge--level-verified {
  color: #067647;
  background: #ecfdf3;
}

.job50-sfc-admin-badge--level-committed {
  color: #6d28d9;
  background: #f5f3ff;
}

.job50-sfc-admin-scorebar {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(29, 37, 51, .08);
}

.job50-sfc-admin-scorebar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--job50-sfc-admin-red);
}

.job50-sfc-admin-card {
  margin: 0 0 22px;
  padding: 24px;
}

.job50-sfc-admin-section-head {
  margin: 0 0 18px;
}

.job50-sfc-admin-section-head h2,
.job50-sfc-admin-card h2 {
  margin: 0 0 8px;
}

.job50-sfc-admin-section-head p {
  max-width: 720px;
  margin: 0;
  color: var(--job50-sfc-admin-muted);
}

.job50-sfc-admin-criteria {
  display: grid;
  gap: 16px;
}

.job50-sfc-admin-criterion {
  padding: 18px;
  border: 1px solid rgba(29, 37, 51, .10);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}

.job50-sfc-admin-criterion__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.job50-sfc-admin-criterion__top h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.job50-sfc-admin-criterion__score {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--job50-sfc-admin-muted);
}

.job50-sfc-admin-criterion__score strong {
  color: var(--job50-sfc-admin-ink);
  font-size: 20px;
  font-weight: 900;
}

.job50-sfc-admin-answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
}

.job50-sfc-admin-answer-grid div {
  min-width: 0;
  padding: 12px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid rgba(29, 37, 51, .08);
}

.job50-sfc-admin-answer-grid dt {
  margin: 0 0 5px;
  color: var(--job50-sfc-admin-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.job50-sfc-admin-answer-grid dd {
  margin: 0;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.job50-sfc-admin-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.job50-sfc-admin-check-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 11px 12px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid rgba(29, 37, 51, .08);
  font-weight: 650;
}

.job50-sfc-admin-check-list .dashicons {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #067647;
  font-size: 18px;
}

.job50-sfc-admin-empty-answer,
.job50-sfc-admin-empty-state {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border: 1px dashed rgba(29, 37, 51, .18);
  border-radius: 14px;
  background: #fff;
  color: var(--job50-sfc-admin-muted);
  font-weight: 700;
}

.job50-sfc-admin-empty-state {
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
}

.job50-sfc-admin-empty-state .dashicons {
  color: var(--job50-sfc-admin-red);
}

.job50-sfc-admin-empty-state p {
  margin: 0;
  font-weight: 400;
}

.job50-sfc-admin-answer-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(29, 37, 51, .08);
}

.job50-sfc-admin-answer-note span {
  display: block;
  margin-bottom: 5px;
  color: var(--job50-sfc-admin-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.job50-sfc-admin-answer-note p {
  margin: 0;
  font-weight: 650;
}

.job50-sfc-admin-evidence-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.job50-sfc-admin-evidence-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(29, 37, 51, .10);
  border-radius: 14px;
  background: var(--job50-sfc-admin-soft);
}

.job50-sfc-admin-decision__grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.job50-sfc-admin-field {
  display: block;
}

.job50-sfc-admin-field span {
  display: block;
  margin-bottom: 8px;
  color: var(--job50-sfc-admin-muted);
  font-weight: 800;
}

.job50-sfc-admin-field--score {
  position: relative;
}

.job50-sfc-admin-field--score input {
  width: 100%;
  height: 46px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 800;
}

.job50-sfc-admin-field--score em {
  position: absolute;
  right: 12px;
  bottom: 13px;
  color: var(--job50-sfc-admin-muted);
  font-style: normal;
  font-weight: 800;
}

.job50-sfc-admin-field--note textarea {
  width: 100%;
  min-height: 126px;
  border-radius: 12px;
}

.job50-sfc-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.job50-sfc-admin-actions .button {
  min-height: 38px;
}

.job50-sfc-admin-button-danger {
  color: #b42318 !important;
  border-color: rgba(180, 35, 24, .45) !important;
  background: #fff !important;
}

.job50-sfc-admin-button-danger:hover,
.job50-sfc-admin-button-danger:focus {
  color: #fff !important;
  border-color: #b42318 !important;
  background: #b42318 !important;
}

.job50-sfc-admin-button-muted-danger {
  color: #7a271a !important;
  border-color: rgba(122, 39, 26, .32) !important;
  background: #fff7f5 !important;
}

.job50-sfc-admin-list-card {
  overflow: hidden;
}

.job50-sfc-admin-table {
  border: 0 !important;
  box-shadow: none !important;
}

.job50-sfc-admin-table th,
.job50-sfc-admin-table td {
  vertical-align: middle;
}

.job50-sfc-admin-score-mini {
  display: grid;
  gap: 7px;
  width: min(160px, 100%);
}

.job50-sfc-admin-score-mini strong {
  font-weight: 850;
}

@media (max-width: 960px) {
  .job50-sfc-admin-hero,
  .job50-sfc-admin-decision__grid {
    grid-template-columns: 1fr;
  }

  .job50-sfc-admin-answer-grid,
  .job50-sfc-admin-check-list {
    grid-template-columns: 1fr;
  }
}
