/* Decorative pixels follow reading progress along the existing site borders. */
.vorelto-scroll-markers{position:fixed;left:var(--marker-left,0px);top:var(--marker-top,0px);width:var(--marker-width,0px);height:var(--marker-height,0px);z-index:20;pointer-events:none}
.vorelto-scroll-markers[hidden]{display:none!important}
.vorelto-scroll-marker{position:absolute;top:calc(var(--marker-y,0px) - 1.5px);left:-2px;width:5px;height:3px;background:#ffd4a3;box-shadow:0 0 9px rgba(255,176,101,.5);pointer-events:none}
.vorelto-scroll-marker-right{left:auto;right:-2px;opacity:.65}
html.has-modal-open .vorelto-scroll-markers{visibility:hidden}
@media(prefers-reduced-motion:reduce),(forced-colors:active){.vorelto-scroll-markers{display:none!important}}
@media print{.vorelto-scroll-markers{display:none!important}}
