
@media (max-width: 575px) {
  .field--name-field-logo,
  .treegen-title,
  .field--name-field-price {
    text-align: center;
  }
  .groups-lower .group-lower-right {
    margin-bottom: 1rem;
  }
}

.groups-lower {
  display: block;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .groups-lower .group-lower-right {
    float: right;
    width: 50%;
  }
  .groups-lower .group-lower-left {
    width: 50%;
    padding-right: 2rem;
  }
}
.groups-lower .group-lower-right {
  background: #eee;
  padding: 1rem;
}
.groups-lower .group-lower-right .field {
  margin-bottom: 1rem;
}
.groups-lower .group-lower-right .field__label {
  font-weight: 700;
}
.field--name-field-price {
  font-size: xx-large;
  margin-bottom: 1rem;
}
.field--name-field-price .suffix {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--bs-danger);
  font-weight: 700;
}
.field--name-field-donation-recipient {
  float: none;
}
#donation-recipient {
  float: none;
  width: 100%;
}
.credit-markup,
.field--name-field-donation-recipient,
.field--name-purchased-entity,
.field--name-unit-price,
.field--name-quantity,
.field--name-field-contribution-gift,
.field--name-field-dietary-requirements,
#contribution-terms,
#edit-actions {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.form-actions button {
  width: 100%;
  margin-top: 1rem;
}

.merchant-link,
.field--name-field-web-page {
  margin: 1rem 0;
  background-color: rgb(238, 238, 238);
  padding: 1rem;
}
.merchant-link a::before,
.field--name-field-web-page a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: var(--bs-primary);
  margin-right: 1rem;
}
  
