/* Make all membership text white and clear */
#id_Q3mNps1 {
  font-size: 16px;       /* larger text */
  line-height: 1.6;      /* more spacing between lines */
  color: #fff;           /* white text */
}

/* Membership level titles */
#id_Q3mNps1 h3,
#id_Q3mNps1 .membership-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;           /* white titles */
}

/* Radio button labels (membership options) */
#id_Q3mNps1 label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;           /* white labels */
}

/* Membership details (subscription period, payment terms) */
#id_Q3mNps1 .membership-details {
  font-size: 15px;
  color: #f1f1f1;        /* softer white/gray for details */
  margin-left: 20px;     /* indent for clarity */
}

/* Price styling */
#id_Q3mNps1 .membership-price {
  font-size: 16px;
  font-weight: bold;
  color: #FFD700;        /* gold highlight for price */
}
