.vf-agree-check-wrap,
.vf-agree-check-label {
	display: block;
	margin: 12px 0;
	font-size: 14px;
	line-height: 1.4;
}

.vf-agree-check-label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
}

.vf-agree-check-label input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}

.vf-agree-check__button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}
