.stripe-checkout-button[disabled] {
  cursor: wait;
  opacity: 0.92;
}

.stripe-checkout-message {
  min-height: 1.25rem;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #b42318;
}

.stripe-checkout-message[hidden] {
  display: none;
}

.stripe-checkout-message.is-highlighted {
  color: rgba(255, 255, 255, 0.82);
}
