/* WPCF7-ACCEPTANCE */

.wpcf7-acceptance input[type="checkbox"] {
	display: none;
}

.wpcf7-acceptance .checkbox {
	display: none;
}

.wpcf7-acceptance label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	display: inline-block;
	user-select: none;
}

.wpcf7-acceptance label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #C9C9C9;
	background: #FFFFFF;
}

.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23222222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 12.611 8.923 17.5 20 6.5'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wpcf7-acceptance a {
	text-decoration: underline !important;
}

