.tax-results{display:grid;gap:8px}
.tax-row{display:flex;justify-content:space-between;padding:12px;background:#f8f9fa;border-radius:4px}
.tax-row .label{color:#666}
.tax-row .value{font-weight:700;color:#3592e2}