.interlink-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.interlink-captcha-wrap {
  margin-top: 10px;
}

.interlink-captcha-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  background: #f8fafc;
}

.interlink-captcha-note {
  flex: 1 1 220px;
  margin-top: 0;
  font-size: 14px;
  color: #1f2937;
  line-height: 1.5;
}

.interlink-captcha-answer {
  flex: 0 0 140px;
  max-width: 140px;
  width: 100%;
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 0 14px;
  background: #ffffff;
}

.interlink-captcha-answer:disabled {
  background: #eef2f7;
  cursor: not-allowed;
}

.interlink-form-error {
  display: none;
  margin-top: 12px;
  color: #c62828;
  font-size: 14px;
  line-height: 1.5;
}

.interlink-form-error.is-visible {
  display: block;
}
