/**
 * Server-delivered prerender block: present in HTML for crawlers, removed from
 * layout so the visible shell (#root) mounts without shift.
 */
.seo-static-prerender {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Optional: keep inner layout readable in DevTools without affecting page flow */
.seo-static-prerender * {
  white-space: normal;
}
