.px-sub-header { font-weight: 700; font-size: 15px; color: #333; margin: 0 0 12px 0; border-top: 1px solid #eee; padding-top: 20px; }
.px-sub-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 25px; }
.px-sub-card { 
    border: 1px solid #e0e0e0; border-radius: 12px; padding: 18px; cursor: pointer; 
    display: flex; align-items: center; position: relative; transition: all 0.3s ease; background: #fff;
}
.px-sub-card:hover { border-color: #f39c12; }
.px-sub-card.active { border: 2px solid #f39c12; background: #fffcf6; }
.px-sub-card input { display: none; }
.px-sub-selector { 
    width: 22px; height: 22px; border: 2px solid #ccc; border-radius: 50%; 
    margin-right: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.px-sub-card.active .px-sub-selector { border-color: #f39c12; background: #f39c12; }
.px-sub-selector i { color: #fff; font-size: 14px; display: none; }
.px-sub-card.active .px-sub-selector i { display: block; }
.px-sub-info { flex-grow: 1; }
.px-sub-title { font-size: 16px; font-weight: 700; color: #222; margin-bottom: 2px; }
.px-sub-desc { font-size: 13px; color: #777; }
.px-sub-pricing { text-align: right; }

.px-sub-price-val { font-size: 24px; font-weight: 800; color: #222; line-height: 1; }
.px-sub-reg-price { font-size: 14px; color: #aaa; text-decoration: line-through; margin-right: 5px; font-weight: normal; }
.px-sub-period { font-size: 11px; color: #999; text-transform: uppercase; font-weight: 600; margin-top: 4px; display: block;}

.px-sub-badge { position: absolute; top: -10px; right: 15px; background: #27ae60; color: #fff; padding: 4px 12px; border-radius: 6px; font-size: 11px; font-weight: 700; }
.px-final-display { text-align: right; margin-bottom: 20px; }
.px-final-price { font-size: 32px; font-weight: 900; color: #222; display:none;}