<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.wc_payment_methods li[class*="payment_method_mxmerchant"] {
	position: relative;
	border: #ccc;
	backgroud: #ccc;
}
ul.wc_payment_methods li[class*="payment_method_mxmerchant"] label[for*="payment_method_mxmerchant"]{
	position: relative;
}
ul.wc_payment_methods li[class*="payment_method_mxmerchant"] img {
	/* max-width: 135px!important; */
	max-width: initial !important;
	max-height: 40px !important;
	float: none !important;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

ul.wc_payment_methods li[class*="payment_method_mxmerchant"] .powered_by_text{
	text-align: right;
    font-size: 12px;
    color: #333;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: bold;

}
</pre></body></html>