:root {
  --altcha-border-width: 1px;
  --altcha-border-radius: 3px;
  --altcha-color-base: transparent;
  --altcha-color-border: #a0a0a0;
  --altcha-color-text: currentColor;
  --altcha-color-border-focus: currentColor;
  --altcha-color-error-text: #f23939;
  --altcha-color-footer-bg: #CED649;
  --altcha-max-width: 260px;
}

.altcha {
  margin-top: 2rem;
}

.altcha-checkbox input[type="checkbox"] {
    margin-bottom:0;
}

.wpcf7-form label.altcha-label {
  font-size: 1.5rem;
  margin: 0;
}
