/* Wrapper utilities for the original PTT page ruler in this non-Tailwind surface. */
.page-ruler-shell {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 60;
  display: none;
  width: 20px;
}
.page-ruler-shell > .page-ruler-rail {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .page-ruler-shell { display: block; }
}
