.reading-progress-wrapper{


margin-bottom:40px;


}

.reading-progress-header{


display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:10px;

font-size:14px;

color:#5E646B;


}

.reading-progress-track{


height:8px;

background:#E6E2D8;

border-radius:999px;

overflow:hidden;


}

.reading-progress-bar{


width:0;

height:100%;

background:#4F6F42;

border-radius:999px;

transition:.15s linear;


}
