.input-full {
	width: 100% !important;
	max-width: unset !important;
}
.choice-answer-field {
	width: 100%;
}
.char-length {
	margin-top: 0.5em;
	text-align: right;
}
.form-radio-list-to {
	width: 100%;
	row-gap: 10px;
}
.form-radio-list-to li:nth-child(n+4) .form-label {
	margin-top: 0;
}
.form-radio-list-to li:nth-child(3n) .form-label {
	margin-right: 10px;
}
.form-radio-list-to .form-label {
	width: 157px;
}
.li-to-other {
	width: 100%;
}
.li-to-other > label {
	width: 100% !important;
}
.required-label:only-child,
.any-label:only-child {
	margin-left: auto;
}
.age-input {
	width: 7em !important;
	margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
	.form-radio-list-to .form-label{
		width: 100%;
	}
}