<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.payment-method .payment-logo {
	max-width: 60px;
	line-height: 36px;
}


.payment-method .payment-logo img {
	max-width: 100%;
}

.newsletter .g-recaptcha {
    display: block;
    margin: 10px auto;
    transform: scale(0.85); /* Scale down the reCAPTCHA widget */
    transform-origin: 0 0;  /* Make sure scaling is consistent */
}

.newsletter-email .newsletter-subscribe-text, .newsletter-email .newsletter-subscribe-button {
    margin-left: 0;
}</pre></body></html>