/* body.embedded {
  padding: 0 !important;
} */
body.embed {
  padding-top: 0 !important;
}
body.embed .masthead-container {
  display: none !important;
}
body.embed .container > div {
  padding: 0 !important;
  margin: 0 !important;
}
/* ,body.embed .component-container > div[data-js-hook="component-group-opener"] */
body.embed .container > div:not(.components-section) {
  display: none !important;
}
/*
body.embed .child-components-container {
  padding: 0 !important;
}
body.embed .child-components-container > .component-inner-container {
  margin: 0 !important;
}
*/
body.embed .container {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
