/* Lets the iframe fit the tool's real height inside a WordPress page. */
html,
body {
  margin: 0;
  background: #fff;
}
.min-h-screen {
  min-height: 0 !important;
}
