.pw-meter{position:relative;height:3px;background:#ddd;margin:0 auto 20px;border-radius:3px}.pw-meter__fill{background:transparent;height:inherit;position:absolute;width:0;border-radius:inherit;transition:width .5s ease-in-out,background .25s}.pw-meter__fill[data-score="0"]{background:#8b0000;width:25%}.pw-meter__fill[data-score="1"]{background:#ff4500;width:50%}.pw-meter__fill[data-score="2"]{background:orange;width:75%}.pw-meter__fill[data-score="3"]{background:green;width:100%}
