.gth-salary-calculator .gth-form-row { display: flex; gap: var(--gth-space-4); }
.gth-salary-calculator .gth-form-group-half { flex: 1; }
.gth-salary-calculator .gth-salary-results { display: flex; flex-direction: column; gap: var(--gth-space-2); }
.gth-salary-calculator .gth-salary-row { display: flex; justify-content: space-between; padding: var(--gth-space-3); background: var(--gth-bg-secondary); border-radius: var(--gth-radius-md); }
.gth-salary-calculator .gth-salary-row-highlight { background: var(--gth-primary); color: white; font-weight: 600; }
.gth-salary-calculator .gth-salary-label { font-weight: 500; }
.gth-salary-calculator .gth-salary-value { font-family: var(--gth-font-mono); }
@media (max-width: 480px) { .gth-salary-calculator .gth-form-row { flex-direction: column; } }
