.ajn-captcha {
  margin: 14px 0 12px;
}

.ajn-captcha__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.ajn-captcha__label {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.ajn-captcha__row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ajn-captcha__q {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  white-space: nowrap;
}

.ajn-captcha__row input[type="number"] {
  width: 88px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
}

.ajn-captcha__row input[type="number"]:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(79, 188, 230, 0.25);
}

.ajn-captcha__refresh {
  width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafafa;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #0a0a0a;
}

.ajn-captcha__refresh:hover,
.ajn-captcha__refresh:focus-visible {
  border-color: #000;
  background: #fff;
}

.ajn-captcha-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
