.gth-sales-tax-calculator .gth-tax-breakdown { background: var(--gth-bg-secondary); border-radius: var(--gth-radius-md); overflow: hidden; }
.gth-sales-tax-calculator .gth-tax-row { display: flex; justify-content: space-between; padding: var(--gth-space-3); border-bottom: 1px solid var(--gth-border-color); }
.gth-sales-tax-calculator .gth-tax-row:last-child { border-bottom: none; }
.gth-sales-tax-calculator .gth-tax-total { background: var(--gth-primary-subtle); font-weight: var(--gth-font-bold); }
.gth-sales-tax-calculator .gth-tax-total span:last-child { color: var(--gth-primary); font-size: var(--gth-text-lg); }
