:host-context(.pref-animation-reduce),
:host-context(.pref-animation-reduce) .progress {
  transition-duration: 0s;
}

@media (prefers-reduced-motion) {
  :host-context(.pref-animation-system),
  :host-context(.pref-animation-system) .progress {
    transition-duration: 0s;
  }
}
