/* Compatibility layer for the standalone SINTHIA AI HTML block. */
body > .main .content > .sinthia-ai-html,
body > .main .content .sinthia-ai-html {
  display: block;
  visibility: visible;
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  opacity: 1;
  color: inherit;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

body > .main .content .sinthia-ai-html *,
body > .main .content .sinthia-ai-html *::before,
body > .main .content .sinthia-ai-html *::after {
  box-sizing: border-box;
}

body > .main .content .sinthia-ai-html img {
  display: block;
  max-width: 100%;
  height: auto;
}
