/* 밤하늘 읽기 — styles that must live in the page document (not the shadow root),
   because ::highlight() and the pacer overlays sit on top of the real page. */

.sr-page-box,
.sr-page-band {
  position: absolute;
  display: none;
  pointer-events: none;
  z-index: 2147483000;
  border-radius: 4px;
  transition: left 90ms linear, top 90ms linear, width 90ms linear, height 90ms linear;
}

html.sr-reading {
  scroll-behavior: smooth;
}
