/**
 * Styling for Buy Credit page
 */
.block-page-title h1 {
  background: #77bdd5 url(../images/brighter_future.1920.jpg) 50% 65% no-repeat;
  background-size: cover;
  padding: 60px 30px;
  color: var(--bs-white);
}
.form-actions button {
  width: 100%;
  margin-top: 1rem;
}
.field--pre-selected {
  color: var(--bs-success);
  background: #eee;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

