/** DOM id for a stop section, shared by the stream and its scroll callers. */ export const stopElementId = (stopId: string): string => `walkthrough-stop-${stopId}`;