/* Exclusive shared-component styles. Global and layout rules stay shared. */

.flow-step {
position: relative;
}

.flow-step::before {
background: var(--chrome-border);
  bottom: -26px;
  content: "";
  left: 15px;
  position: absolute;
  top: 32px;
  width: 2px;
}

.flow-step:last-child::before {
display: none;
}

.flow-step-head {
align-items: flex-start;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.flow-step-num {
background: var(--mbk-sage);
  border-radius: 9px;
  color: #ffffff;
  display: grid;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 800;
  height: 32px;
  place-items: center;
  width: 32px;
}

.flow-step-head h3 {
font-size: 16px;
  letter-spacing: -0.005em;
  margin: 2px 0 4px;
}

.flow-step-head p {
color: var(--chrome-muted);
  font-size: 12.5px;
  line-height: 1.55;
  margin: 0;
}

.flow-step-link {
color: var(--mbk-sage);
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 8px;
}

.mbk-flow-screen {
margin-left: 44px;
  max-width: 1180px;
}

.mbk-shell--mobile .mbk-flow-screen {
margin-left: 12px;
}
