.captcha-block {
  display: grid;
  gap: 8px;
  font-weight: 720;
}

.captcha-block input {
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0 13px;
  font: inherit;
  outline: none;
  background: #fff;
  text-transform: uppercase;
}

.captcha-block input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0, 169, 214, .12);
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.captcha-row img {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #eef3f8;
}

.captcha-row .ghost {
  height: 44px;
}
