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

/*  MICROTHEMER STYLES  */


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

/** General >> Wpo text labels **/
.wpo-text-labels {
	background-color: rgb(242, 242, 242) !important;
	padding: 15px 15px 8px 15px !important;
	border-radius: 15px !important;
}

/** General >> Wpo text label inner **/
.wpo-text-label-inner {
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(170, 170, 170) !important;
	border-radius: 8px !important;
}

/** General >> Wpo text label inner (:hover) **/
.wpo-text-label-inner:hover {
	background-color: rgb(154, 244, 160) !important;
	border-color: rgb(26, 143, 46) !important;
	content: " " !important;
}

/** General >> Wpo text label inner (:focus) **/
.wpo-text-label-inner:focus {
	
}
.wpo-text-labels label.wpo-text-label input:checked + span.wpo-text-label-inner {
	background-color: rgb(154, 244, 160) !important;
	border-color: rgb(26, 143, 46) !important;
	color: #000000 !important;
}

