blog-progress-bar{background-color:#fff;display:block;height:.25rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:calc(var(--z-index-sticky) + 2)}blog-progress-bar .blog-progress-bar__inner{height:100%;position:relative;width:100%}blog-progress-bar .blog-progress-bar__fill{background:#ff6b6b;background:var(--color-brand-orange,#ff6b6b);height:100%;left:0;position:absolute;top:0;-webkit-transition:width .2s ease-out;transition:width .2s ease-out;width:0}