/* v157 — Membership pricing contrast hardening for dark/night UI */
.membership-panel .price-card{color:#f4f6fc}
.membership-panel .price-card h3{color:#f8f9ff}
.membership-panel .price-card .price strong{color:#ffffff!important;text-shadow:0 1px 0 rgba(0,0,0,.12)}
.membership-panel .price-card .price span{color:#b8c0d8!important;font-weight:700}
.membership-panel .price-card p{color:#aeb7cf!important}
.membership-panel .price-card p s{color:#98a3bf!important}
.membership-panel .price-card .offer-expiry{color:#f0bd72!important}
.membership-panel .membership-status-card h3{color:#ffffff}
.membership-panel .membership-status-card p{color:#aeb7cf!important}
@media(max-width:700px){
  .membership-panel .price-card .price strong{font-size:34px;line-height:1.05}
  .membership-panel .price-card .price span{font-size:14px}
  .membership-panel .price-card p{font-size:13px;line-height:1.55}
}