#seo-static-page-content {
  display: none;
}

/* Keep the prerendered copy for crawlers and no-JS visitors, but prevent it
   from duplicating the live React page once JavaScript is enabled. */
html.js #seo-static-page-content {
  display: none;
}

html.no-js #seo-static-page-content {
  display: block;
}

.seo-static-shell {
  box-sizing: border-box;
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #1a202c;
  direction: rtl;
  font-family: "Cairo", Arial, sans-serif;
  line-height: 1.8;
}

.seo-static-breadcrumb {
  margin-bottom: 20px;
  color: #718096;
  font-size: 14px;
}

.seo-static-shell img {
  max-width: 100%;
  height: auto;
}
