/* VEYLOVA customizer host release 0.5.63.
   The embedded configurator is the page surface; the host must not add a
   second card, gutter, border, or contrasting background around it. */
html,
body.customizer-page,
body.customizer-page .page,
body.customizer-page .customizer-embed-page,
body.customizer-page .customizer-embed-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8f4f1 !important;
  box-shadow: none !important;
}

body.customizer-page .customizer-embed-shell {
  overflow: visible !important;
}

body.customizer-page .customizer-embed {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f8f4f1 !important;
  box-shadow: none !important;
}
