html.blank.page body {
  margin: 0;
  padding: 0;
}

body.saih-page > header,
body.saih-page > footer {
  display: none !important;
}

body.saih-page > *:not(#mainContent):not(#wpadminbar):not(script) {
  display: none !important;
}

body.saih-page #mainContent {
  margin: 0 !important;
  padding: 0 !important;
}

body.saih-page #snilld-dark-mode-toggle,
body.saih-page .siteChatButton,
body.saih-page #siteChatButton,
body.saih-page .contact,
body.saih-page elevenlabs-convai {
  display: none !important;
}

#mainContent .saih {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

#mainContent .saih [data-saih-react-root] {
  width: 100%;
}

#mainContent .saih .saih-plugin-version {
  position: fixed;
  right: 10px;
  bottom: 8px;
  z-index: 40;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  color: rgba(35, 25, 57, 0.72);
  background: rgba(250, 250, 255, 0.72);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  letter-spacing: 0.02em;
  pointer-events: none;
  user-select: none;
}
