.ft-altcha-widget {
  margin: 16px 0;
}
.ft-altcha-widget .altcha-main {
  background: #fff;
}
.ft-altcha-widget .altcha-main .altcha-logo {
  display: flex;
  align-items: center;
  color: #000;
  opacity: 0.8;
}
.ft-altcha-widget .altcha-main .altcha-label {
  margin: 0;
  padding: 0;
  color: #000;
  opacity: 0.8;
  cursor: pointer;
}
.ft-altcha-widget .altcha-main .altcha-checkbox {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.ft-altcha-widget .altcha-main .altcha-checkbox input[type=checkbox].ft-altcha-checkbox {
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.ft-altcha-widget .altcha-main .altcha-checkbox input[type=checkbox].ft-altcha-checkbox:focus-visible {
  outline: 2px solid #2271b1;
  outline-offset: 2px;
  border-color: #2271b1;
}
.ft-altcha-widget.ft-altcha-error .altcha {
  border-color: #d63638 !important;
  box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.15);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .ft-altcha-widget.ft-altcha-error .altcha {
    transition: none;
  }
}
