.fb-flow-step,.fb-flow-steps{display:flex;flex-direction:column}.fb-flow-step{align-items:stretch}.fb-flow-card{width:100%}.fb-flow-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 0 .5rem 1.5rem}.fb-flow-line{flex:1 1 auto;min-height:1.75rem;border-left:2px dashed hsl(var(--accent)/.7)}.fb-flow-step--auto .fb-flow-line{border-left-color:hsl(var(--primary)/.75)}@media (min-width:900px){.fb-flow-steps{flex-direction:row;align-items:stretch}.fb-flow-step{flex:1 1 auto;flex-direction:row;align-items:stretch}.fb-flow-step:last-child{flex:0 0 auto}.fb-flow-card{flex:0 0 11rem}.fb-flow-link{flex:1 1 auto;flex-direction:column;justify-content:center;padding:0 .75rem;min-width:6rem}.fb-flow-line{width:100%;min-height:0;height:2px;border-left:0;background-image:linear-gradient(to right,hsl(var(--accent)/.7) 0 6px,transparent 6px 12px);background-size:12px 2px;background-repeat:repeat-x}.fb-flow-step--auto .fb-flow-line{background-image:linear-gradient(to right,hsl(var(--primary)/.75) 0 6px,transparent 6px 12px);animation:fb-flow-run 1.6s linear infinite}}@keyframes fb-flow-run{0%{background-position-x:0}to{background-position-x:12px}}@media (prefers-reduced-motion:reduce){.fb-flow-step--auto .fb-flow-line{animation:none}}