/* Organisation profile page */
@media (min-width: 992px) {
  .profile--type--project-developer .groups-container {
    display: flex;
  }
  .profile--type--project-developer .groups-container .group-top-left {
    flex-basis: 50%;
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .profile--type--project-developer .groups-container .group-top-left {
    margin-bottom: 1rem;
  }
}
.profile--type--project-developer .groups-container .group-top-left {
  padding: 1rem;
  background: #e9ecef;
}
.profile--type--project-developer .groups-container .group-top-right {
  flex-grow: 1;
}
.profile--type--project-developer .treegen-link {
  margin: 1rem 0;
  background-color: #e9ecef;
  padding: 1rem;
}
.profile--type--project-developer .treegen-link a::before {
  content: "\f138"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 1rem;
  color: var(--bs-primary);
  margin-right: 1rem;
}

/* Business profile page */
@media (min-width: 992px) {
  .profile--type--merchant .groups-container {
    display: flex;
  }
  .profile--type--merchant .groups-container .group-top-left {
    flex-basis: 50%;
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .profile--type--merchant .groups-container .group-top-left {
    margin-bottom: 1rem;
  }
}
.profile--type--merchant .groups-container .group-top-left {
  flex-basis: 50%;
  padding: 1rem;
  background: #e9ecef;
}
.profile--type--merchant .groups-container .group-top-right {
  flex-grow: 1;
}
.profile--type--merchant .wallet {
  width: 100%;
  margin-bottom: 1rem;
}
.profile--type--merchant .wallet p.header {
  margin-bottom: 0;
}
.profile--type--merchant .treegen-link {
  margin: 1rem 0;
  background-color: #e9ecef;
  padding: 1rem;
}
.profile--type--merchant .treegen-link a::before {
  content: "\f138"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 1rem;
  color: var(--bs-primary);
  margin-right: 1rem;
}

