.wp-block {} /*  Ensures MT files load in FSE */
/*  MICROTHEMER STYLES  */


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

/** General >> Verify mylabel **/
#verify .mylabel {
	color: rgb(23, 60, 161) !important;
	font-weight: bold !important;
	padding-bottom: 20px !important;
}

/** General >> Verify [type="submit"] **/
#verify [type="submit"] {
	color: rgb(23, 60, 161) !important;
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Ref **/
#ref {
	margin-bottom: 20px !important;
	border-color: rgb(0, 40, 85) !important;
}

/** General >> Mylabel **/
#content .mylabel {
	font-family: var( --e-global-typography-primary-font-family ) !important;
}

/** General >> Submit input **/
#content input[type="submit"] {
	font-family: var( --e-global-typography-primary-font-family ) !important;
	font-weight: normal !important;
	border-width: 0 !important;
}

