.perceiverWebform {
  --tux-colorPrimary: #00880d;
  --tux-colorPrimary-tint-8: #007e0d;
  --tux-colorPrimary-tint-12: #00750c;
}

.perceiverWebform [data-tux-checkbox-input]:focus-visible + div,
.perceiverWebform [data-tux-checkbox-input]:hover + div,
.perceiverWebform [data-tux-checkbox-label]:active + [data-tux-checkbox-input-wrapper] > div,
.perceiverWebform [data-tux-checkbox-input]:focus-visible,
.perceiverWebform [data-tux-checkbox-input]:hover {
  border-color: rgb(24 143 39);
  background-color: rgb(24 143 39);
}
