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

/*  MICROTHEMER STYLES  */


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

/** General >> .ndrsl-live-user-comments **/
.ndrsl-live-user-comments {
	font-size: 24px !important;
}

/** General >> .ndrsl-live-card **/
.ndrsl-live-card {
	min-height: 400px !important;
}

/** General >> a.fl-module-menu **/
a.fl-module-menu {
	text-decoration: none !important;
	border-bottom-style: none !important;
	border-bottom-right-radius: 1px !important;
}

/** General >> .wp-block-group-is-layout-flow **/
.wp-block-group-is-layout-flow {
	margin-right: 16px !important;
	margin-left: 16px !important;
}

/** General >> .wp-block-surecart-product-buy-buttons .wp-block-button:nth-of-type(1) **/
.wp-block-surecart-product-buy-buttons .wp-block-button:nth-of-type(1) {
	color: rgb(255, 255, 255) !important;
}

/** General >> #content .wp-block-column **/
#content .wp-block-column {
	padding: 60px !important;
}

/** General >> .is-style-outline .wp-block-button__link **/
.is-style-outline .wp-block-button__link {
	background-color: rgb(34, 82, 241) !important;
}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> .ndrsl-live-user-comments **/
	.ndrsl-live-user-comments {
	font-size: 18px !important;
}

}

