.sidebar-footer { gap: 8px; padding: 8px 10px; }
.account span:last-child { white-space: nowrap; }
.logout-button { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; padding: 7px 9px; border: 0; border-radius: 7px; color: #aeb7c4; background: transparent; font-size: 12px; cursor: pointer; }
.logout-button:hover { color: #fff; background: #252b34; }
.logout-button span:first-child { font-size: 16px; }
@media (max-width: 680px) { .logout-button span:last-child { display: none; } }
