.balance{display:flex;align-items:center;gap:8px;padding:10px 12px}
.balance select{max-width:112px;border:1px solid #c9dfe8;border-radius:8px;background:#fff;padding:6px 8px;color:#155f7c;font-weight:700}
.balance strong{margin:0 2px}
.workspace>header .top-notification{order:1;margin-left:auto!important;margin-right:8px!important}
.workspace>header .material-notification-button{order:1;flex:0 0 auto;margin-left:auto!important;margin-right:8px!important}
.workspace>header:has(.top-notification:not([hidden])) .material-notification-button{margin-left:0!important}
.workspace>header .balance{order:2;flex:0 0 auto}
@media(max-width:760px){.balance{flex-wrap:wrap;justify-content:flex-end}.balance select{max-width:96px}}
