.gth-compound-interest-calculator .gth-growth-table { margin-top: var(--gth-space-4); max-height: 200px; overflow-y: auto; }
.gth-compound-interest-calculator .gth-table { width: 100%; font-size: var(--gth-text-sm); border-collapse: collapse; }
.gth-compound-interest-calculator .gth-table th, .gth-compound-interest-calculator .gth-table td { padding: var(--gth-space-2); text-align: right; border-bottom: 1px solid var(--gth-border-color); }
.gth-compound-interest-calculator .gth-table th { background: var(--gth-gray-100); position: sticky; top: 0; }
.gth-compound-interest-calculator .gth-table td:first-child, .gth-compound-interest-calculator .gth-table th:first-child { text-align: left; }
