<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .wc-payment-icons {
    max-width: 50%;
}

.wc-payicons-payment-icon {
    display: inline-block;
    transition: opacity .3s;
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
    margin: 5px;
    padding: 4px;
    max-width: 40%;
}</pre></body></html>