<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#payment .payment_methods li .payplug-oney-flex,
.wc-block-checkout__payment-method .payplug-oney-flex {
    display:flex;
	justify-content: space-between;
}
#payment .payment_methods li .payplug-oney-flex div:first-child,
.wc-block-checkout__payment-method .payment_methods .payplug-oney-flex div:first-child {
    width: 78%;
}

#payment .payment_methods li.payment_method_payplug img.payplug-payment-icon,
#payment .payment_methods li.payment_method_bancontact img.payplug-payment-icon,
#payment .payment_methods li.payment_method_american_express img.payplug-payment-icon,
#payment .payment_methods li.payment_method_oney_x3_with_fees img.payplug-payment-icon,
#payment .payment_methods li.payment_method_oney_x4_with_fees img.payplug-payment-icon,
#payment .payment_methods li.payment_method_oney_x3_without_fees img.payplug-payment-icon,
#payment .payment_methods li.payment_method_oney_x4_without_fees img.payplug-payment-icon
{
	width: auto;
	max-height: 40px;
}

#payment .payment_methods li.payment_method_american_express img.payplug-payment-icon {
	max-width: max-content;
}

.disable-checkout-icons{
	filter: grayscale(100%);
}
</pre></body></html>