.elc-button,
body .adyen-checkout__button {
  --button-letter-spacing: 1.92px;
  --button-font-size: 14px;
  --button-line-height: 18px;
  --text-button-font-size: 16px;
  --text-button-color: var(--color-black);
}

@media (min-width:1024px) {
  .elc-button.elc-button--lg {
    --button-font-size: 16px;
    --button-line-height: 24px;
  }
}
