/* just to demonstrate how to customize buttons for a brand*/
.elc-button,
body .adyen-checkout__button {
  --button-active-background-color: var(--color-primary-700);
  --button-hover-background-color: var(--color-primary-800);
  --button-hover-color: var(--color-primary);
  --button-color: var(--color-primary);
  --button-font-weight: 400;
  --text-button-font-weight: 500;
  --text-button-text-transform: capitalize;
  --text-button-line-height: var(--text-lg-1);
}

body .elc-button {
  --text-button-font-size: 14px;
  --text-button-font-weight: bold;
  --text-button-text-transform: uppercase;
  border-radius: var(--text-lg-4);
}

/* Adding this override to match prod styles for outlined button. Remove this override when we move BK styles to 2.0. */
@media (min-width: 768px) {
  body .elc-button {
    --button-font-size: 14px;
  }
}

.elc-button--outlined {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.elc-button.edit-bag-btn, .elc-button.rc-edit-address-btn, .elc-button.rc-info-card-edit-btn {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: var(--text-lg-2);
}

input.elc-input-field,
.elc-dropdown {
  line-height: var(--text-lg-1);
  --form-input-hover-color: var(--color-secondary-400);
  --form-input-color: var(--color-secondary-400);
}

.elc-button:not(.elc-button--text) {
  height: 3rem;
}

.border-b {
  border-bottom-width: 0;
}

footer .fill-a11y-icon {
  fill: var(--color-secondary);
}

.elc-textarea, .elc-input-field {
  --form-input-border-color: var(--color-secondary-300);
}

.elc-dropdown .elc-dropdown-wrapper {
  font-family: var(--font-body);
  font-size: var(--text-sm-1);
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  input.elc-input-field, .elc-dropdown .elc-dropdown-readonly-input, .elc-dropdown-option {
      font-size: var(--text-sm-1);
  }
}

.elc-floating-label-string {
  letter-spacing: normal;
}

.main-content p {
  letter-spacing: normal;
}
