.captcha-box {
  display: grid;
  grid-template-columns: 1fr 82px;
  gap: 10px;
  align-items: center;
}

.captcha-box strong {
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px dashed #c6c2b9;
  border-radius: 10px;
  background: linear-gradient(135deg, #f1eee6, #fff);
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  user-select: none;
}

.captcha-box input {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
}
