/* Inject the new text via CSS content */
button.cta-overrides::after {
  content: var(--button-content, 'Continue');
  font-size: 16px;      
}
.continueBtn-paypal {
    background-color: unset !important;
}
