/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Dec 20 2025 | 15:47:58 */
/* Zmniejszenie logo NOWPayments na checkout */
#payment_method_nowpayments + label img {
    max-height: 15px;   /* zmień np. na 24px lub 32px */
    width: auto;
    margin-left: 6px;
}
