.gth-inflation-calculator .gth-form-row { display: flex; gap: var(--gth-space-4); }
.gth-inflation-calculator .gth-form-half { flex: 1; }
.gth-inflation-calculator .gth-inflation-results { display: flex; flex-direction: column; gap: var(--gth-space-2); }
.gth-inflation-calculator .gth-inflation-row { display: flex; justify-content: space-between; padding: var(--gth-space-3); background: var(--gth-bg-secondary); border-radius: var(--gth-radius-md); }
.gth-inflation-calculator .gth-inflation-highlight { background: var(--gth-primary); color: white; font-weight: 600; }
.gth-inflation-calculator .gth-info-text { font-size: var(--gth-text-sm); color: var(--gth-text-muted); margin-top: var(--gth-space-4); padding: var(--gth-space-3); background: var(--gth-bg-secondary); border-radius: var(--gth-radius-md); }
@media (max-width: 480px) { .gth-inflation-calculator .gth-form-row { flex-direction: column; } }
