.gth-currency-converter .gth-converter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gth-space-4); margin-bottom: var(--gth-space-4); }
.gth-currency-converter .gth-swap-btn-group { display: flex; align-items: flex-end; }
.gth-currency-converter .gth-conversion-display { text-align: center; padding: var(--gth-space-6); background: var(--gth-bg-secondary); border-radius: var(--gth-radius-lg); margin-bottom: var(--gth-space-3); }
.gth-currency-converter .gth-conversion-display .gth-from-amount { font-size: var(--gth-text-lg); color: var(--gth-text-secondary); margin-bottom: var(--gth-space-2); }
.gth-currency-converter .gth-conversion-display .gth-to-amount { font-size: var(--gth-text-2xl); font-weight: 700; color: var(--gth-primary); }
.gth-currency-converter .gth-conversion-display .gth-rate { font-size: var(--gth-text-sm); color: var(--gth-text-secondary); margin-top: var(--gth-space-2); }
.gth-currency-converter .gth-note { font-size: var(--gth-text-xs); color: var(--gth-text-secondary); text-align: center; }
@media (max-width: 480px) { .gth-currency-converter .gth-converter-grid { grid-template-columns: 1fr; } }
