.h2r-ai-captcha {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.h2r-ai-captcha__box {
  position: relative;
  width: 320px;
  max-width: calc(100% - 32px);
  padding: 24px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.h2r-ai-captcha__close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  color: #6b7280;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

.h2r-ai-captcha__title {
  margin: 0 0 16px;
  color: #111827;
  font-size: 15px;
}

.h2r-ai-captcha__widget {
  display: flex;
  justify-content: center;
}

.h2r-ai-captcha__button {
  min-width: 160px;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
}

.h2r-ai-captcha__button:hover {
  background: #f3f4f6;
}

.h2r-ai-captcha__error {
  margin-top: 12px;
  color: #b91c1c;
  font-size: 13px;
}
