/* Loaded only for owned previews; native article/blog links remain single. */
body > a:is(.or58-skip,.or43-skip,.or34-skip) {
  position:fixed; top:-100vh; left:1rem; z-index:100001;
  box-sizing:border-box; width:max-content; max-width:calc(100vw - 2rem);
  padding:.8rem 1.2rem; margin:0; border:2px solid #131017; border-radius:0;
  background:#08e8de; color:#131017;
  font:400 17px/1.4 'Archivo Regular',Archivo,Arial,sans-serif;
  white-space:normal; text-transform:none; text-decoration:underline;
  text-underline-offset:3px; transition:none; animation:none;
}
body > a:is(.or58-skip,.or43-skip,.or34-skip):focus {
  top:1rem; outline:2px solid #ff017e; outline-offset:3px;
  background:#08e8de; color:#131017;
}
body.admin-bar > a:is(.or58-skip,.or43-skip,.or34-skip):focus { top:calc(1rem + 32px); }
@media(max-width:782px) {
  body.admin-bar > a:is(.or58-skip,.or43-skip,.or34-skip):focus { top:calc(1rem + 46px); }
}
