/* Item g: keep the kpay payment logo from rendering oversized, on both
   the checkout and the WooCommerce > Settings > Payments screens. */
.mmm-kpay-icon,
li.payment_method_kpay_managed img,
tr[data-gateway_id^="kpay"] img,
.wc_payment_method.payment_method_kpay_managed img {
	max-height: 24px !important;
	width: auto !important;
	vertical-align: middle;
}
