:root {
  --gold:    #D4AF37;
  --gold-light: #cfa425;
  --dark-bg: #0a0a0f;
}

body.buddypress.register .register-section-logo img {
    max-width: 320px;
    width: 17% !important;
}

/* Container */
.membership-teaser {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: linear-gradient(45deg, #ba3a3a 0%, #730101 100%);
  box-shadow: 0 5px 20px rgb(253 35 35 / 30%);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

/* Text area */
.membership-content h4 {
  margin: 0 0 0.70rem !important;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  font-family: "Marcellus SC";
}

.membership-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.membership-content ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
}

.membership-content ul li:last-child {
  margin-bottom: 0;
}

/* Star icon in list */
.membership-content ul li .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  fill: var(--gold);
}

/* CTA Button */
.btn-membership {
  display: inline-block;
  background: var(--gold);
  color: #fff !important;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.2s !important;
}

.btn-membership:hover {
  background: var(--gold-light);
}
