.altcha-checkbox input[type="checkbox"] {
    opacity: 1;
    display: block;
    position: static;
}

.altcha-checkbox-verifying input[type="checkbox"] {
    appearance: none;
    opacity: 0;
    pointer-events: none;
}