.stripe-checkout-style {
  font-family: Arial, sans-serif;
  color: #ffffff;
  border: solid;
  border-color: #A47816 !important;
  padding: 20px;
  border-radius: 5px;
  max-width: 400px;
}
.stripe-checkout-style label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000000;
}
.stripe-checkout-style select,
.stripe-checkout-style button {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 12px;
}
.stripe-checkout-style button {
  background-color: #A47816;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  height: 44px;
}

