# car-calc 购车落地价计算器 —— 专有样式（基础类复用 life-calc.css）

#app .cc-check { display: flex; align-items: center; gap: 8px; font-size: 0.95rem; cursor: pointer; }
#app .cc-check input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--primary, #2563eb); }

#app .cc-lead { color: var(--text-dim); font-size: 0.9rem; margin: 0 0 12px; }

#app .cc-tax-rows { width: 100%; border-collapse: collapse; }
#app .cc-tax-rows td { padding: 6px 4px; font-size: 0.92rem; color: var(--text-main); }
#app .cc-tax-rows td:last-child { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
#app .cc-tax-rows tr.relief td { color: #059669; }
