/*
Form
*/
@media only screen and (max-width: 640px) {
  .donation-intro {
    padding-top: 5.34rem;
  }
}
.donation-intro .station-logo {
  height: 100%;
  max-height: 4.56rem;
  align-self: center;
}
@media only screen and (max-width: 640px) {
  .donation-intro .station-logo {
    max-height: 2.1875rem;
  }
}

.donation-intro__info img {
  align-self: center;
  max-width: 100%;
  height: auto;
}

.donation-form {
  margin-top: 2.25rem;
}

@media only screen and (max-width: 640px) {
  .donation-form {
    margin-top: 2rem;
  }
}
.address-block {
  margin-bottom: 0.75rem;
}

/*
Donate Button
*/
.donate-button {
  width: 22.5rem;
  height: 3rem;
  align-self: center;
  justify-content: center;
  align-items: center;
  background: #486cd8;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 1.7875rem;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .donate-button {
    max-width: 14.5rem;
    height: 2.5rem;
    font-size: 0.813rem;
  }
}
.donate-button img {
  width: 0.9375rem;
  height: 0.9375rem;
}
.donate-button:focus-visible {
  outline: none;
}

.donate-button:disabled {
  color: #363846;
  background: #5c6e85;
  cursor: not-allowed;
}

.one-click-donate-button {
  max-width: 22.5rem;
  height: 3rem;
  align-self: center;
}
@media only screen and (max-width: 640px) {
  .one-click-donate-button {
    max-width: 14.5rem;
    height: 2.5rem;
  }
}

/*# sourceMappingURL=donate.css.map */
