.line-progress{flex-direction:column;gap:.5rem;width:100%;display:flex}.line-progress__label{width:100%;font-family:var(--line-progress-label-font-family);font-size:var(--line-progress-label-font-size);font-style:normal;font-weight:var(--line-progress-label-font-weight);line-height:var(--line-progress-label-line-height);color:var(--line-progress-label-color)}.line-progress__label-secondary{color:var(--line-progress-label-color-muted)}.line-progress__track{background-color:var(--line-progress-track-bg);border-radius:9999px;width:100%;height:6px;position:relative;overflow:hidden}.line-progress__fill{border-radius:9999px;max-width:100%;height:100%;transition:width .2s}.line-progress__fill--low{background-color:var(--line-progress-fill-low)}.line-progress__fill--mid{background-color:var(--line-progress-fill-mid)}.line-progress__fill--high{background-color:var(--line-progress-fill-high)}
