html.lsr-gate-pending body {
  visibility: hidden;
}

.lsr-captcha-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #313131;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.lsr-captcha-page-main {
  width: 100%;
  max-width: 640px;
  padding: 32px 20px;
  text-align: center;
}

.lsr-captcha-heading {
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
}

.lsr-captcha-widget {
  min-height: 65px;
  display: flex;
  justify-content: center;
}

.lsr-captcha-footer {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b6b6b;
}

.lsr-captcha-error {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #b42318;
}
