.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */
/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Wpforms form 631 wpforms field label **/
#wpforms-form-631 .wpforms-field-label {
	color: rgb(255, 255, 255) !important;
}

/** General >> Span **/
.final-success > span {
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Final success check **/
#single-blocks .final-success-check {
	background-color: rgb(255, 255, 255) !important;
}

