.irlab-wordpress-embed {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 640px;
  overflow: hidden;
  background: #f4f6f9;
}

.irlab-wordpress-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f4f6f9;
}

.irlab-wordpress-message {
  margin: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid #ccd8e6;
  border-radius: 12px;
  color: #173a67;
  background: #f7f9fc;
  font: 500 15px/1.5 system-ui, sans-serif;
}

.irlab-wordpress-error {
  border-color: #ff9bad;
  color: #8e1530;
  background: #fff4f6;
}

body.irlab-fullscreen-page .irlab-wordpress-embed {
  min-height: 100vh;
  min-height: 100dvh;
}

@media (max-width: 700px) {
  .irlab-wordpress-embed {
    min-height: 100vh;
    min-height: 100dvh;
  }
}
