.account-button{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:var(--Typeface-weight-Bold);white-space:nowrap}.account-button:hover{color:var(--color-secondary-500)}.account-button__avatar.MuiAvatar-root{width:1.5rem;height:1.5rem;font-size:.75rem;background-color:var(--color-primary-500);text-transform:uppercase}.account-button__avatar__initials{translate:0 .1em;font-size:.75rem}.account-button svg{width:1.5rem;height:1.5rem}.account-button__title{display:none;font-weight:400;font-size:.75rem}@media(min-width:37.563rem){.account-button__title{display:block}}@media(min-width:64.063rem){.account-button{flex-direction:row;gap:.5rem}}