/* Style contract: Cothink's operating-layer indicator is a precise tab-rail instrument, never a decorative line that crosses into the working stage. */
.motion-progress {
  position:relative;
  width:108px;
  min-width:108px;
  min-height:14px;
}

.motion-progress:before {
  width:108px;
  flex:0 0 108px;
}

.motion-progress i {
  left:0;
  top:6px;
  max-width:108px;
  transform:none;
  border-radius:999px;
}

.motion-progress b {
  position:absolute;
  top:0;
  left:118px;
  white-space:nowrap;
}
