/* Wrapper must have a height for iframe height:100% to work */
.alter-wc-embed {
  width: 100%;
  height: inherit;
  min-height: inherit;
  border-radius: inherit;
  /* height: 100%; */
  /* min-height: 100%; */
}

/* iframe fills wrapper */
.alter-wc-embed iframe,
.alter-wc-embed__iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: inherit;
}

.wp-block-column.alter-wc-tool-column {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
