html.mova-embed body > *:not(main),
html.mova-embed .site-header,
html.mova-embed .site-footer,
html.mova-embed .scroll-progress,
html.mova-embed .side-rail,
html.mova-embed #cookieBanner,
html.mova-embed .mova-cookie,
html.mova-embed [data-cookie-consent] {
  display: none !important;
}
html.mova-embed main > section:not(#calculator) {
  display: none !important;
}
html.mova-embed main {
  padding: 0 !important;
  margin: 0 !important;
}
html.mova-embed #calculator {
  padding: 12px 0 24px !important;
  background: transparent !important;
}
html.mova-embed .hf-holo-aside {
  display: none !important;
}
html.mova-embed .hf-holo-shell {
  grid-template-columns: 1fr !important;
  max-width: 720px;
  margin-inline: auto;
}
