body[data-profile-test="true"] .profile-builder-shell { max-width: 1180px; }
body[data-profile-test="true"] .profile-builder-stepbar-sticky {
  position: relative;
  top: auto;
  z-index: 20;
  height: 88px;
}

/* Calm progress rail — approved profile header treatment. */
body[data-profile-test="true"] .profile-builder-stepbar-sticky {
  height: auto;
  margin-bottom: 24px;
}
body[data-profile-test="true"] .profile-builder-stepbar,
body[data-profile-test="true"] .profile-builder-stepbar.is-compact {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(170px, .72fr);
  gap: 0 28px;
  align-items: start;
  padding: 30px 32px 28px;
  overflow: hidden;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(23,50,77,.12);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(17,43,73,.07);
}
body[data-profile-test="true"] .profile-builder-stepbar::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 111px;
  left: 58px;
  right: calc(20% + 66px);
  height: 2px;
  background: linear-gradient(90deg, #129585 0 var(--profile-progress, 0%), #d8dddf var(--profile-progress, 0%) 100%);
}
body[data-profile-test="true"] .profile-builder-stepbar-title {
  grid-column: 1 / 5;
  margin: 0 0 26px;
  color: #0b294b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}
body[data-profile-test="true"] .profile-builder-step,
body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 104px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
body[data-profile-test="true"] .profile-builder-step:hover,
body[data-profile-test="true"] .profile-builder-step.is-current,
body[data-profile-test="true"] .profile-builder-step.is-complete {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #17324d;
}
body[data-profile-test="true"] .profile-builder-step-title,
body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-step-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #132d4c;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
}
body[data-profile-test="true"] .profile-builder-step-number {
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin: 0;
  background: #edf8f6;
  border: 0;
  color: #17324d;
  font-size: .88rem;
  font-weight: 800;
}
body[data-profile-test="true"] .profile-builder-step.is-current .profile-builder-step-number {
  background: #fff;
  border: 2px solid #0e8f82;
  color: #17324d;
  box-shadow: 0 0 0 3px rgba(14,143,130,.12);
}
body[data-profile-test="true"] .profile-builder-step.is-complete .profile-builder-step-number {
  background: #119687;
  color: transparent;
}
body[data-profile-test="true"] .profile-builder-step.is-complete .profile-builder-step-number::after {
  content: "✓";
  color: #fff;
  font-size: 1rem;
}
body[data-profile-test="true"] .profile-builder-step-kicker,
body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-step-kicker {
  display: block;
  margin: 10px 0 0 44px;
  color: #73808d;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  opacity: 1;
}
body[data-profile-test="true"] .profile-builder-step.is-current .profile-builder-step-kicker,
body[data-profile-test="true"] .profile-builder-step.is-complete .profile-builder-step-kicker { color: #0b9185; }
body[data-profile-test="true"] .profile-builder-live-score,
body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-live-score {
  grid-column: 5;
  grid-row: 1 / 3;
  align-self: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  min-height: 142px;
  height: auto;
  padding: 20px 16px;
  border: 1px solid rgba(15,139,123,.2);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(244,251,250,.98), rgba(237,248,246,.9));
  color: #0b9185;
  text-align: center;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .035em;
  cursor: pointer;
}
body[data-profile-test="true"] .profile-builder-live-score-value {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  color: #159689;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
body[data-profile-test="true"] .profile-builder-live-score small {
  color: #647386;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 760px) {
  body[data-profile-test="true"] .profile-builder-stepbar-sticky { height: auto; }
  body[data-profile-test="true"] .profile-builder-stepbar,
  body[data-profile-test="true"] .profile-builder-stepbar.is-compact {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 8px;
    width: 100%;
    min-height: 0;
    padding: 22px 16px 18px;
    overflow: hidden;
    border-radius: 20px !important;
  }
  body[data-profile-test="true"] .profile-builder-stepbar::before {
    top: 92px;
    left: 33px;
    right: 33px;
  }
  body[data-profile-test="true"] .profile-builder-stepbar-title {
    grid-column: 1 / -1;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  body[data-profile-test="true"] .profile-builder-step,
  body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-step {
    display: flex !important;
    place-items: initial;
    flex: initial !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 76px;
    height: auto;
    align-items: center;
  }
  body[data-profile-test="true"] .profile-builder-step-title {
    display: flex !important;
    justify-content: center;
    width: 100%;
    color: transparent !important;
    font-size: 0 !important;
    overflow: visible;
  }
  body[data-profile-test="true"] .profile-builder-step-number {
    width: 32px;
    height: 32px;
    color: #17324d !important;
    font-size: .82rem !important;
  }
  body[data-profile-test="true"] .profile-builder-step.is-complete .profile-builder-step-number { color: transparent !important; }
  body[data-profile-test="true"] .profile-builder-step-kicker,
  body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-step-kicker {
    display: block !important;
    margin: 8px 0 0;
    font-size: .64rem;
    text-align: center;
  }
  body[data-profile-test="true"] .profile-builder-live-score,
  body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-live-score {
    grid-column: 1 / -1;
    grid-row: auto;
    flex-direction: row;
    width: 100% !important;
    max-width: none !important;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
  }
  body[data-profile-test="true"] .profile-builder-live-score-value { font-size: 2rem; }
  body[data-profile-test="true"] .profile-builder-live-score small { margin-left: auto; }
}
body[data-profile-test="true"] .profile-builder-stepbar {
  position: fixed; top: var(--site-topbar-offset, 102px); left: 50%; z-index: 20;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 120px repeat(4, minmax(0, 1fr)); gap: 8px;
  align-items: stretch;
  padding: 12px; background: rgba(247,250,249,.96); backdrop-filter: blur(12px);
  border: 1px solid #dbe8e3; border-radius: 18px; box-shadow: 0 10px 28px rgba(31,71,60,.09);
}
body[data-profile-test="true"] .profile-builder-stepbar.is-compact {
  display: grid;
  align-items: stretch;
}
body[data-profile-test="true"] .profile-builder-step,
body[data-profile-test="true"] .profile-builder-live-score { min-width: 0; height: 100%; }
body[data-profile-test="true"] .profile-builder-live-score {
  gap: 4px;
  padding: 10px 8px;
  font-size: 0.72rem;
}
body[data-profile-test="true"] .profile-builder-live-score > span:first-child {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  line-height: 1.15;
}
body[data-profile-test="true"] .profile-builder-live-score-value {
  flex: 0 0 auto;
  min-width: 30px;
  min-height: 26px;
  padding: 0 5px;
  font-size: 0.78rem;
}
body[data-profile-test="true"] .profile-builder-step {
  display: flex;
  align-items: center;
  min-height: 64px;
  height: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px;
}
body[data-profile-test="true"] .profile-builder-step:hover { background: #edf6f2; }
body[data-profile-test="true"] .profile-builder-step.is-current {
  background: #e6f4ee;
  border-color: #8fcdb5;
  color: #17324d;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 53, 0.08);
}
body[data-profile-test="true"] .profile-builder-step.is-complete { background: #e6f4ee; border-color: #b9ddce; }
body[data-profile-test="true"] .profile-builder-step-number {
  background: #fff;
}
body[data-profile-test="true"] .profile-builder-step.is-current .profile-builder-step-title,
body[data-profile-test="true"] .profile-builder-step.is-current .profile-builder-step-kicker { color: #17324d; }
body[data-profile-test="true"] .profile-builder-step.is-current .profile-builder-step-number {
  background: #173f35;
  border-color: #173f35;
  color: #fff;
}
body[data-profile-test="true"] .profile-builder-step-copy { display: none; }
body[data-profile-test="true"] .profile-builder-step-title { margin-top: 0; font-size: 14px; line-height: 1.3; color: #17324d; }
body[data-profile-test="true"] .profile-builder-card > h2 { margin-bottom: 8px; }
body[data-profile-test="true"] .profile-builder-section[data-profile-section-step] { animation: profileTestIn .22s ease-out; }
body[data-profile-test="true"] .profile-test-navigation { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding-top: 22px; border-top: 1px solid #dbe8e3; }
body[data-profile-test="true"] .profile-test-navigation button { min-width: 140px; }
body[data-profile-test="true"] .profile-test-position { color: #587069; font-size: 14px; text-align: center; }
@keyframes profileTestIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  body[data-profile-test="true"] .profile-builder-stepbar-sticky {
    height: 64px;
  }
  body[data-profile-test="true"] .profile-builder-stepbar,
  body[data-profile-test="true"] .profile-builder-stepbar.is-compact {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: calc(100% - 18px);
    min-height: 64px;
    padding: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 18px !important;
  }
  body[data-profile-test="true"] .profile-builder-live-score {
    display: flex !important;
    flex: 0 0 112px !important;
    min-width: 112px !important;
    width: 112px !important;
    max-width: 112px !important;
    min-height: 48px;
    height: auto;
    margin: 0;
    gap: 3px;
    padding: 8px 6px;
    font-size: 0.66rem;
  }
  body[data-profile-test="true"] .profile-builder-live-score-value {
    min-width: 28px;
    padding-inline: 4px;
    font-size: 0.72rem;
  }
  body[data-profile-test="true"] .profile-builder-step,
  body[data-profile-test="true"] .profile-builder-stepbar.is-compact .profile-builder-step {
    display: grid !important;
    place-items: center;
    flex: 0 0 40px !important;
    min-width: 40px !important;
    width: 40px !important;
    max-width: 40px !important;
    min-height: 48px;
    height: 48px;
    padding: 0;
    border-radius: 12px;
  }
  body[data-profile-test="true"] .profile-builder-step::after,
  body[data-profile-test="true"] .profile-builder-step.is-current::after {
    content: none !important;
    display: none !important;
  }
  body[data-profile-test="true"] .profile-builder-step-kicker { display: none !important; }
  body[data-profile-test="true"] .profile-builder-step-title {
    display: grid !important;
    place-items: center;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
  }
  body[data-profile-test="true"] .profile-builder-step-number {
    width: 28px;
    height: 28px;
    margin-right: 0;
    color: #17324d !important;
    font-size: 0.78rem !important;
    line-height: 1 !important;
  }
  body[data-profile-test="true"] .profile-builder-step.is-current .profile-builder-step-number {
    color: #fff !important;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-inline-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-inline-actions h3 {
    min-width: 0;
    margin-right: auto;
    font-size: 0.9rem;
    line-height: 1.35;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-text-button {
    flex: 0 0 auto;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-labs-toggle {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 16px;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-labs-toggle input[type="checkbox"] {
    appearance: auto;
    flex: 0 0 20px;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin: 0;
    padding: 0;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-labs-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-labs-actions button {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-lab-item {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-lab-name {
    font-size: 0.92rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-lab-meta {
    font-size: 0.82rem;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-lab-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }
  body[data-profile-test="true"] #labsSection .profile-builder-lab-button {
    width: 100%;
    min-width: 0;
  }
  body[data-profile-test="true"] .profile-builder-save-notice {
    position: static;
    inset: auto;
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    margin: 14px 0 0 auto;
    padding: 8px 12px;
    box-shadow: none;
  }
  body[data-profile-test="true"] .profile-builder-actions {
    width: 100%;
  }
  body[data-profile-test="true"] .profile-builder-actions .profile-builder-primary {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
  body[data-profile-test="true"] .profile-test-navigation { flex-wrap: wrap; }
  body[data-profile-test="true"] .profile-test-position { order: -1; width: 100%; }
body[data-profile-test="true"] .profile-test-navigation button { flex: 1; min-width: 0; }
}

/* Keep the approved rail last in the cascade. */
body[data-profile-test="true"] .profile-builder-stepbar-sticky {
  position: sticky;
  top: calc(var(--site-topbar-offset, 84px) + 10px);
  z-index: 30;
  height: auto;
  margin-bottom: 24px;
}
body.profile-builder-first-run-nav[data-profile-test="true"] .profile-builder-stepbar-sticky {
  top: 12px;
}
body[data-profile-test="true"] section.profile-builder-stepbar,
body[data-profile-test="true"] section.profile-builder-stepbar.is-compact {
  position: relative; top: auto; left: auto; width: 100%; transform: none;
  display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) minmax(170px,.72fr);
  gap: 0 28px; align-items: start; padding: 26px 32px 20px; overflow: hidden;
  background: rgba(255,255,255,.88); border: 1px solid rgba(23,50,77,.12);
  border-radius: 24px; box-shadow: 0 14px 36px rgba(17,43,73,.07);
}
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-stepbar-title {
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 2.2vw, 2.2rem);
}
body[data-profile-test="true"] section.profile-builder-stepbar::before { display: none; }
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step,
body[data-profile-test="true"] section.profile-builder-stepbar.is-compact > .profile-builder-step {
  position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center;
  min-width: 0; width: auto; max-width: none; min-height: 102px; height: auto; padding: 0;
  background: transparent; border: 0; border-radius: 0; box-shadow: none; color: #17324d;
}
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step:not([data-profile-step="4"])::after {
  content: ""; position: absolute; z-index: 0; top: 16px; left: 50%;
  display: block; width: calc(100% + 28px); height: 2px;
  background: #d8dddf; pointer-events: none;
}
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step.is-complete:not([data-profile-step="4"])::after {
  background: #129585;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step > .profile-builder-step-number {
  position: relative; z-index: 1; order: 1; display: inline-grid; place-items: center; flex: 0 0 34px;
  width: 34px; height: 34px; margin: 0; border: 0; border-radius: 50%;
  background: #edf8f6; color: #17324d; font-size: .88rem; font-weight: 800; line-height: 1;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step.is-current > .profile-builder-step-number {
  background: #fff; border: 2px solid #0e8f82; color: #17324d;
  box-shadow: 0 0 0 3px rgba(14,143,130,.12);
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step.is-complete > .profile-builder-step-number {
  background: #119687; color: transparent; font-size: 0;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step.is-complete > .profile-builder-step-number::after {
  content: "✓"; position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff; font-size: 1rem; font-weight: 800; line-height: 1; transform: none;
}
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step:hover,
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step.is-current,
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step.is-complete {
  background: transparent; border: 0; box-shadow: none;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step-title {
  order: 2; display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; margin: 56px 0 0; padding: 0; text-align: center;
  color: #132d4c; font-size: 15px; font-weight: 750; line-height: 1.3; overflow: visible;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step-title::before {
  display: none; content: none;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step[data-profile-step="1"] .profile-builder-step-title::before { content: "1"; }
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step[data-profile-step="2"] .profile-builder-step-title::before { content: "2"; }
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step[data-profile-step="3"] .profile-builder-step-title::before { content: "3"; }
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step[data-profile-step="4"] .profile-builder-step-title::before { content: "4"; }
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step-kicker {
  order: 3; display: block; margin: 6px 0 0; color: #73808d; font-size: .78rem;
  font-weight: 700; letter-spacing: 0; line-height: 1.2; text-transform: none; opacity: 1;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step.is-current .profile-builder-step-kicker,
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step.is-complete .profile-builder-step-kicker { color: #0b9185; }
body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-live-score {
  grid-column: 5; grid-row: 1 / 3; align-self: end; display: flex; flex-direction: column;
  justify-content: center; width: auto; max-width: none; min-height: 148px; height: auto; gap: 7px;
  padding: 20px 16px; border: 1px solid rgba(15,139,123,.2); border-radius: 17px;
  background: linear-gradient(145deg,rgba(244,251,250,.98),rgba(237,248,246,.9));
  color: #0b9185; text-align: center; text-transform: uppercase; font-size: .78rem;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-live-score-value {
  flex: 0 0 auto; min-width: 0; min-height: 0; padding: 0; border-radius: 0;
  background: transparent; color: #159689; font-family: Georgia,"Times New Roman",serif;
  font-size: 2.8rem; font-weight: 500; line-height: 1;
}
body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-live-score small {
  color: #647386; font-size: .7rem; font-weight: 500; letter-spacing: 0; text-transform: none;
}

@media (max-width: 760px) {
  body[data-profile-test="true"] .profile-builder-stepbar-sticky {
    position: sticky;
    top: calc(var(--site-topbar-offset, 72px) + 8px);
    z-index: 30;
    height: auto;
  }
  body.profile-builder-first-run-nav[data-profile-test="true"] .profile-builder-stepbar-sticky { top: 8px; }
  body[data-profile-test="true"] section.profile-builder-stepbar,
  body[data-profile-test="true"] section.profile-builder-stepbar.is-compact {
    grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px 8px; width: 100%; min-height: 0;
    padding: 22px 16px 18px; overflow: hidden; border-radius: 20px;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-stepbar-title {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step:not([data-profile-step="4"])::after {
    content: none !important;
    display: none !important;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: var(--profile-rail-top, 92px);
    left: var(--profile-rail-left, calc(16px + (100% - 56px) / 8));
    right: var(--profile-rail-right, calc(16px + (100% - 56px) / 8));
    display: block;
    height: 2px;
    background: linear-gradient(90deg, #129585 0 var(--profile-progress, 0%), #d8dddf var(--profile-progress, 0%) 100%);
    pointer-events: none;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-step,
  body[data-profile-test="true"] section.profile-builder-stepbar.is-compact > .profile-builder-step {
    display: flex; flex: initial; width: auto; min-width: 0; max-width: none; min-height: 76px;
    height: auto; align-items: center; padding: 0;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step-title {
    display: none; width: 100%; margin: 0; color: transparent; font-size: 0; line-height: 0; overflow: visible;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step-number {
    width: 32px; height: 32px; margin: 0; color: #17324d; font-size: .82rem; line-height: 1;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step.is-current > .profile-builder-step-number {
    color: #17324d !important;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step.is-complete .profile-builder-step-number { color: transparent; }
  body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-step-kicker {
    display: block; margin: 8px 0 0; font-size: .64rem; text-align: center;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar > .profile-builder-live-score {
    grid-column: 1 / -1; grid-row: auto; display: grid; grid-template-columns: auto auto minmax(0,1fr);
    align-items: center; width: 100% !important; min-width: 0 !important; max-width: none !important;
    min-height: 58px; gap: 10px; padding: 10px 14px;
  }
  body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-live-score-value { font-size: 2rem; }
  body[data-profile-test="true"] section.profile-builder-stepbar .profile-builder-live-score small { margin-left: auto; text-align: right; }
}
