<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fix for Chromium issue 929380 (https://bugs.chromium.org/p/chromium/issues/detail?id=929380) */
.payment_method_corvuspay &gt; label &gt; img {
    height: 100%;
    margin: 4%;
}
.payment_method_corvuspay &gt; label {
    display: inline-block!important;
}

span[activepaymentmethod="corvuspay"] &gt; img{
    display: inline;
}
</pre></body></html>