.linear-progress-bar {
  & &__bar-background,
  & &__bar-foreground {
    border-radius: var(
      --wds-linear-progress-bar-border-radius,
      var(--wds-border-radius-0)
    );
  }
}
