.woocommerce-account .woocommerce-MyAccount-content {
  display: flex !important;
  flex-direction: column !important;
}

.rtth-membership-card {
  order: -1; /* Move membership card to top */
  background: #f8f8f8;
  border: 2px solid #ddd;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
  max-width: 500px;
}

.rtth-membership-card.active-membership {
  background: linear-gradient(135deg, #681a1aff 0%, #cc0000 100%);
  color: #fff;
  border: none;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.rtth-membership-card.active-membership h3 {
  color: #fff;
  margin-top: 0;
  font-size: 1.5em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.membership-card-content {
  margin-top: 15px;
}

.membership-field {
  padding: 10px 0;
  font-size: 1.1em;
}

.rtth-membership-card.active-membership .membership-field strong {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  min-width: 175px;
}

.rtth-membership-card.active-membership .membership-field span {
  color: #fff;
  font-weight: 500;
}
