.ws-reading-progress{position:fixed;top:var(--ws-header-h);left:0;right:0;height:3px;background:0 0;pointer-events:none;z-index:calc(var(--ws-z-sticky) - 1)}@media (max-width:767px){.ws-reading-progress{top:var(--ws-header-h-mobile)}}body.admin-bar .ws-reading-progress{top:calc(var(--ws-header-h) + 32px)}@media screen and (max-width:782px){body.admin-bar .ws-reading-progress{top:calc(var(--ws-header-h-mobile) + 46px)}}@media screen and (max-width:600px){body.admin-bar .ws-reading-progress{top:var(--ws-header-h-mobile)}}.ws-reading-progress__fill{height:100%;width:100%;background:#1a1a1a;transform-origin:left center;transform:scaleX(var(--ws-progress,0));transition:transform 80ms linear;will-change:transform}