.service-journey-track{display:grid;grid-template-columns:repeat(11,minmax(110px,1fr));gap:8px;overflow-x:auto;padding:2px 0 8px}.service-journey-step{display:flex;gap:8px;align-items:flex-start;min-width:110px;padding:10px;border:1px solid var(--line,#dfe5ec);border-radius:10px;background:var(--panel,#fff);opacity:.65}.service-journey-step>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eef2f6;font-size:12px;font-weight:700;flex:0 0 auto}.service-journey-step div{min-width:0}.service-journey-step strong{display:block;font-size:12px;line-height:1.35}.service-journey-step small{display:block;margin-top:3px;font-size:11px;opacity:.72}.service-journey-step.complete{opacity:1;border-color:#bddfc7;background:#f4fbf6}.service-journey-step.complete>span{background:#d9f1df}.service-journey-step.current{opacity:1;border-color:#a9c7f6;background:#f3f7fe;box-shadow:0 0 0 2px rgba(69,120,205,.08)}.service-journey-step.current>span{background:#dbe8fb}.service-journey-step.waiting{opacity:1;border-color:#ead5a6;background:#fffaf0}.service-journey-step.blocked{background:#f7f8fa}@media(max-width:900px){.service-journey-track{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:150px}}
