/* Dark background and light text */
body.woocommerce .paypal-button-container {
    background-color: #222;
    color: #eee;
}

/* Darken buttons and other elements */
body.woocommerce .paypal-button {
    background-color: #333;
    border-color: #444;
}

body.woocommerce .paypal-button:hover {
    background-color: #444;
    border-color: #555;
}

body.woocommerce .message_messaging {
    color: #eee; /* Change this to the desired light color */
}
/* Add other dark mode styles as needed */
