.donate-box {
  background: #2297da;
  color: #fff;
  padding: 20px;
  margin-top: 40px;
}

.donate-landing__form {
  position: relative;
}

.donate-box .donate-form--loading {
  opacity: 0.2;
  pointer-events: none;
}

.donate-box .donate-form--hidden {
  opacity: 0;
  pointer-events: none;
}

#card-errors {
  color: #e83956;
  background: #fff;
  font-family: "Neue Helvetica 77 Condensed Bold",
    "Neue Helvetica 57 Condensed Bold", "Neue Helvetica 57 Condensed",
    Sans-Serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 10px 0;
}

#card-errors.show {
  padding: 10px;
}

.donate-box h2 {
  border-bottom: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.donate-box p,
.donate-box a {
  margin: 10px 0;
  color: #fff;
}

.donate-box #card-success {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-family: "Neue Helvetica 57 Condensed";
  text-transform: uppercase;
}

.donate-box input[type="text"],
.donate-box input[type="email"],
.donate-box input[type="number"],
.donate-box .stripeElement,
.donate-box .StripeElement {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  margin-right: 0;
  margin-bottom: 0;
  font-family: "Neue Helvetica 55 Roman";
  color: #555;
  float: none;
}

.donate-box .donate-details-wrapper {
  justify-content: space-between;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}

.donate-box .donate-form-col {
  width: calc(50% - 10px);
}

.donate-box .donate-form-col input,
.donate-box .donate-form-col select {
  margin-bottom: 20px;
}

.donate-box .donate-form-col input:last-child,
.donate-box .donate-form-col select:last-child {
  margin-bottom: 0;
}

.donate-box select {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 40px;
  background: #fff url(/assets/images/shared/triangle-down-128.png) right
    no-repeat;
  background-position: right 9px top 12px;
  background-size: 10px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 12px;
  border: 0;
  color: #555;
}

.donate-box .donate-presets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 15px;
}

.container-donate {
  margin-top: 50px;
  margin-bottom: 200px;
}

.donate-box .donate-preset {
  border: 1px solid #fff;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: transparent;
  margin-right: 10px;
  font-family: "Neue Helvetica 57 Condensed";
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.donate-box .donate-preset:hover,
.donate-box .donate-preset--active {
  background-color: #fff;
  color: #2297da;
}

.donate-box .donate-amount-wrapper {
  display: flex;
  width: 100%;
  height: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  box-sizing: content-box;
}

.donate-box .donate-currency {
  margin: 0;
  width: 45px;
  height: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 2px solid #2297da;
}

.donate-box .donate-period {
  width: 90px;
  height: 100%;
}

.donate-box .donate-amount[type="number"] {
  margin-bottom: 0;
  flex: 1;
  margin-right: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.donate-box button {
  display: block;
  margin-top: 20px;
  width: 100%;
  border: 2px solid #000;
  font-size: 18px;
  background-color: #000;
  transition: all 0.2s linear;
}

.donate-box button:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}
