.local-altcha-wrapper {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  margin: 8px 0 18px;
  width: 100%;
}

.local-altcha {
  display: inline-flex;
}

.local-altcha__control {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.2;
  min-height: 28px;
  padding: 0;
  text-decoration: none;
}

.local-altcha__control[aria-disabled="true"] {
  cursor: default;
  opacity: 1;
}

.local-altcha__control:focus {
  outline: 2px solid rgba(255, 255, 255, .8);
  outline-offset: 4px;
}

.local-altcha__box {
  background: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  flex: 0 0 26px;
  height: 26px;
  position: relative;
  width: 26px;
}

.local-altcha.is-verified .local-altcha__box::after {
  border: solid #d71920;
  border-width: 0 3px 3px 0;
  content: "";
  height: 13px;
  left: 8px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 7px;
}

.local-altcha.has-error .local-altcha__box {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .35);
}

.local-altcha__text {
  color: inherit;
}
