.elc-button,
body .adyen-checkout__button {
  --button-font-size: 12px;
  --button-line-height: 14px;
  --button-letter-spacing: 0.3px;
  --btn-border-radius: 50px;
}

.elc-button--text {
  --button-font-size: 16px;
  --text-button-color: var(--color-black);
}

.paypal-buttons .component-frame {
  border-radius: var(--btn-border-radius);
}

.elc-button.elc-button--lg {
  font-size: var(--text-lg);
}
