:root {
  --color-label: #565656;
  --color-placeholder: #acacac;
  --color-heading-text: #333;
  --color-text-error: #ef4444;
  --color-input-border: #e4e4e6;
  --color-input-border-shadow: rgba(228, 228, 230, 0.6);
  --color-button-text: rgba(255, 255, 255, 0.95);
  --color-button-text-disabled: rgba(255, 255, 255, 0.4);
  --color-primary: #0074d4;
}

/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
.stripe-link-authentication-wrap {
  box-sizing: border-box;
}
.stripe-link-authentication-wrap *:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
  background: none;
  border: none;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}
.stripe-link-authentication-wrap button {
  cursor: pointer;
}
.stripe-link-authentication-wrap {
  display: block;
  width: 100%;
  background: #fff;
  padding: 16px;
}
.stripe-link-authentication-wrap .stripe-link-authentication-container #link-authentication-element .StripeElement {
  padding: 8px 16px;
  min-height: 64px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stripe-link-authentication-wrap .stripe-link-authentication-container #link-authentication-element .StripeElement > .__PrivateStripeElement {
  width: 100%;
}
.stripe-link-authentication-wrap .stripe-link-authentication-container .stripe-element-errors {
  margin-top: 8px;
  font-size: 14px;
  color: var(--color-text-error);
}