: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;
}

.stripe-express-checkout-wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
}
.stripe-express-checkout-wrap #express-checkout-element {
  margin-bottom: 1rem;
}
.stripe-express-checkout-wrap .stripe-element-errors {
  color: var(--stripe-error-color, #fa755a);
  font-size: 14px;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: var(--stripe-error-bg, #fff5f5);
  border: 1px solid var(--stripe-error-border, #fdd);
  border-radius: 6px;
}
.stripe-express-checkout-wrap .stripe-express-checkout-loading {
  text-align: center;
  padding: 1rem;
  color: var(--stripe-loading-color, #6772e5);
  font-size: 14px;
}