#givex-page {
  margin: 1.5rem auto;
  max-width: 37.5rem;
}
#givex-feature-tabs>a:only-child {
  display: none;
}
#givex-page form {
  display: none;
}
#givex-page form.loading {
  pointer-events: none;
  opacity: .5;
  cursor: wait;
}
#givex-page form:first-of-type {
  display: block;
}
#givex-page form label,
#givex-page form button {
  display: block;
}
#givex-page a {
  display: inline-block;
}
#givex-page>a+a {
  margin-left: .5rem;
}
#givex-page a.current {
  border-bottom: 2px solid var(--hyo_blue_500);
}
#givex-page h2 {
  font-size: 1.25rem;
}
#givex-page p {
  margin: .5em 0;
}
#givex-page p.error {
  font-weight: bold;
  color: #800;
}
.amount-field {
  display: block;
  position: relative;
}
.amount-field .currency {
  position: absolute;
  top: 11px;
  left: 5px;
  padding-right: 0;
  line-height: normal;
}
.amount-field input[type="number"] {
  text-align: left;
  width: 100%;
  padding-left: 15px;
}
#givex-page .captcha {
  margin-top: 1rem;
}
#givex-page p.balance {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}
#givex-page .history {
  width: 100%;
}
#givex-page .history th {
  text-align: left;
}
#givex-page button[type="submit"] {
  margin-top: 1rem;
}

@media (min-width: 32em) {
  #givex-page a {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  #givex-page>a+a {
    margin-left: 1rem;
  }
  #givex-page h2 {
    font-size: 1.5rem;
  }
}
