:root {
    /* Primary Colors */
    --color-white: #ffffff;
    --color-cyan: #00ffff;
    --color-cyan-hover: #00e6e6;
    --color-deep-cyan: #0a738c;
    --color-red-accent: #ff3b5c;
    --color-red-hover: #e63350;

    /* Background Colors */
    --color-midnight: #050714;
    --color-dark-bg: #0b0f19;
    --color-input-bg: #161b28;
    --color-charcoal-blue: #0f1728;
    --color-charcoal-navy: #051f2a;

    /* Border Colors */
    --color-border-primary: #1e293b;
    --color-border-dark: #04202b;

    /* Text Colors */
    --color-text-primary: #ffffff;
    --color-text-secondary: #9ca3af;
    --color-text-muted: #6b7280;
}

#payment .payment_method_omnipay_gateway img {
    width: 30px !important;
    max-height: 30px;
}

.wc-block-components-payment-method-label img {
    max-height: 30px;
}

