.wp-block-forms-builder-input .wpcf7-list-item {
	display: block;
	margin: 0;
}

.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input {
	height: 15px;
	width: 15px;
	border: solid 2px #1C1B1F;
	border-radius: 2px;
	margin-right: .5em;
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item input {
	height: 15px;
	width: 15px;
	border: solid 2px #1C1B1F;
	appearance: none;
	border-radius: 100%;
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item input:checked {
	appearance: auto;
}
.wpcf7-not-valid {
	border-color: red;
}
