/* Sidebar breiter für Buttons */
.dashboard-sidebar {
    min-width: 330px !important;
    width: 330px !important;
}

/* Account Balance Box */
.profile-info {
    width: 100% !important;
}

/* Buttons nebeneinander - passen */
.profile-info .btn--smd {
    font-size: 12px !important;
    padding: 10px 12px !important;
    white-space: nowrap !important;
}

