/* Loyalty Card Banner */
.sb-membership-header {
  background: linear-gradient(to right, #f8cdda, #f1a7f1);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Loyalty Perks List */
.sb-membership-description ul {
  list-style: none;
  padding-left: 0;
}

.sb-membership-description li::before {
  content: "💖 ";
  margin-right: 5px;
}

/* Force pricing text to be bold and dark */
[class*="price"] {
  color: #2e2e2e !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}