.double-k-zoho-form {
  position: relative;
  min-height: 720px;
}

.double-k-zoho-form__loading {
  padding: 1rem;
  color: #52666d;
  background: #f5f7f6;
  border-radius: .4rem;
  font-size: .85rem;
  text-align: center;
}

.double-k-zoho-form__iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1100px;
  border: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.double-k-zoho-form.is-loaded .double-k-zoho-form__loading { display: none; }

@media (prefers-reduced-motion: reduce) {
  .double-k-zoho-form__iframe { transition: none; }
}

