.a-progressBar__background{background-color:var(--color-black-10);border-radius:.25rem;width:100%;height:.5rem;overflow:hidden}.a-progressBar__fill{background-color:var(--color-primary);height:100%;animation:fillProgress var(--duration,.5s)ease-out forwards}@keyframes fillProgress{0%{width:calc(var(--progress)/3);opacity:0}to{width:var(--progress);opacity:1}}.a-progressBar__text{font-family:var(--font-inter),sans-serif;color:var(--color-black-60);float:right;margin-top:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;line-height:1.125rem}
