/* Site-wide styles loaded by the My Account Updates plugin. */

.woocommerce-button.change_payment_method{
    background: var(--newspack-ui-color-button-bg) !important;
    color: var(--newspack-ui-color-button-text) !important;
}
.woocommerce-button.change_payment_method:hover{
    background: var(--newspack-ui-color-button-bg-hover) !important;
    color: var(--newspack-ui-color-button-text-hover) !important;
}
.product-name .wcs-switch-link{
    display:none !important;
}
.woocommerce-info .wc-forward{
    display:none !important;
}