
select {
	/* Use class: .elementor-field-textual */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    padding-right: 3rem;
	background-repeat: no-repeat;
  	background-position: right 1rem center;
    background-size: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

/* Classes for bigger specificity */
body.wp-theme-hello-elementor.hello-elementor-default input[type=checkbox],
body.wp-theme-hello-elementor.hello-elementor-default input[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0;
    border: 1px solid var(--e-global-color-text);
    margin-right: 0.25rem;
}

body.wp-theme-hello-elementor.hello-elementor-default input[type=radio],
body.wp-theme-hello-elementor.hello-elementor-default input[type=radio]:focus,
body.wp-theme-hello-elementor.hello-elementor-default input[type=radio]:focus-visible{
	border-radius: 50%;
}

body.wp-theme-hello-elementor.hello-elementor-default input[type=checkbox]:checked,
body.wp-theme-hello-elementor.hello-elementor-default input[type=radio]:checked{
	background: var( --e-global-color-accent );
}

body.wp-theme-hello-elementor.hello-elementor-default input[type=checkbox]:checked{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	background-size: contain;
	background-position: 50% 50%;
}

/* Remove margin left for acceptance field */
.wpcf7-acceptance > .wpcf7-list-item{
    margin-left: 0;
}

/* Add display flex on checkboxes and radio buttons for block layout */
.wpcf7-checkbox,
.wpcf7-radio{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/* Remove margin left for checkboxes and radio buttons */
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
	margin: 0;
}
