/**
 * Yandex SmartCaptcha container inside theme forms.
 */

.anik-captcha {
  margin: 0 0 16px;
}

.anik-captcha .smart-captcha {
  min-height: 100px;
}

/* The size is set by the Yandex script; keep the container from collapsing. */
.anik-captcha iframe {
  width: 100%;
  min-height: 100px;
  border: 0;
}

.lead-form .anik-captcha + .lead-form__consent {
  margin-top: 0;
}
