/* Laptop Specific Styles (992px - 1199px) */
.sidebar {
    width: 280px;
}

.main-content {
    margin-left: 280px;
    padding: var(--space-xl);
}

.glass-card {
    border-radius: 20px;
    padding: var(--space-xl);
}

.stats-card {
    padding: var(--space-xl);
}

.chart-container {
    height: 300px;
}

.wallet-actions {
    justify-content: flex-start;
}

.wallet-actions .btn-wallet-action {
    min-width: 120px;
    padding: var(--space-sm) var(--space-md);
}

