.gform_wrapper .gform_footer input.button { background-color: #E9E2DC !important; color: #777A65 !important; }
	
.gform_fields .gfield input { color: #4C2432; }
	
.gform_wrapper label { color: #E9E2DC !important; }

/* Change button text color on hover */
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="button"]:hover {
    background-color: #A57A73 !important; /* Optional: also change background */
}

.gform-field-label:where(:not([class*=gform-field-label--type-])) {
    --gf-local-margin-y: 0 var(--gf-label-space-primary);
    color: #E9E2DC !important;
}

/* Change the color of the 'Indicates required fields' legend */
.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #E9E2DC !important;
}