.th-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 32px 0; }
.th-pricing-card { border: 1px solid #e2e2e2; border-radius: 10px; padding: 24px; background: #fff; }
.th-pricing-featured { border-color: #2b5fa6; box-shadow: 0 4px 16px rgba(43,95,166,.12); }
.th-pricing-card h3 { margin-top: 0; }
.th-price { font-size: 36px; font-weight: 700; margin: 8px 0 16px; }
.th-price span { font-size: 14px; color: #777; }
.th-pricing-card ul { padding-left: 18px; margin: 0 0 18px; color: #444; }
.th-btn { background: #fff; border: 1px solid #2b5fa6; color: #2b5fa6; padding: 10px 16px; border-radius: 6px; cursor: pointer; font-size: 15px; }
.th-btn:hover { background: #eef3fb; }
.th-btn-primary { background: #2b5fa6; color: #fff; }
.th-btn-primary:hover { background: #1f4a85; }
.th-account .th-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.th-account .th-table th, .th-account .th-table td { text-align: left; padding: 10px 8px; border-bottom: 1px solid #eee; }
