html:has(body.sci-assistant-page),
body.sci-assistant-page {
  overflow: hidden !important;
}

body.sci-assistant-page .jeg_breadcrumbs,
body.sci-assistant-page .entry-header,
body.sci-assistant-page .jeg_footer {
  display: none !important;
}

body.sci-assistant-page .entry-content,
body.sci-assistant-page .entry-content .content-inner {
  margin: 0 !important;
  padding: 0 !important;
}

.sci-assistant-embed {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fbfaf7;
}

.sci-assistant-embed iframe {
  display: block;
  width: 100%;
  min-height: 440px;
  border: 0;
  background: #fbfaf7;
}
