.gcva-superform,
.wp-block-gcva-superform {
  width: 100%;
  max-width: 100%;
}

.wp-block-gcva-superform.alignwide {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.wp-block-gcva-superform.alignfull {
  width: 100%;
  max-width: none;
}

.gcva-superform__preview {
  position: relative;
  width: 100%;
}

.gcva-superform__frame {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
}

.gcva-superform__select-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
