/* Full-screen inside builder + live page */
html, body{
  margin: 0;
  height: 100%;
}

/* wrapper full viewport */
#wds-woorise.woorise-wrap{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999999;
}

/* iframe full */
#wds-woorise .woorise-frame{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}