:host {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;

  .progress {
    flex: 1;
  }
}