/* External CSS to hide the static content to prevent layout shifts before React hydration */
#seo-static-content {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -9999;
  pointer-events: none;
}
