.block-editor-writing-flow .tb-embedtypeform {
  padding: 0rem;
  overflow-x: unset;
}
.block-editor-writing-flow .tb-embedtypeform__container:empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 4rem 2rem;
  color: black;
}
.block-editor-writing-flow .tb-embedtypeform__container:empty::after {
  content: "No form was found -> check id";
}
.block-editor-writing-flow .tb-embedtypeform .background-dark {
  background-color: var(--tb-block-background-color-inverted);
}

/*# sourceMappingURL=style.css.map */
