.topbar .brand-mark,
.share-top .brand-mark {
  width: 30px;
  height: 30px;
  display: block;
  flex: none;
  border-radius: 7px;
  background: transparent;
  object-fit: cover;
}

.market-account,
.share-top .market-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: none;
  border: 1px solid #4d4c48;
  border-radius: 999px;
  padding: 10px 13px;
  color: #fff;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.market-account:hover { border-color: #aaa9a4; }
.market-account:focus-visible { outline: 2px solid #c8ff46; outline-offset: 2px; }
.account-chevron { width: 12px; height: 12px; flex: none; display: block; }
.share-top-actions { display: flex; align-items: center; gap: 18px; }
.share-top .market-account span { color: #fff; font-size: 13px; }
.share-top .brand > span { color: #fff; font-size: 18px; }
.share-top .brand-light { color: #b8b8b1; }
.topbar .brand-light, .share-top .brand-light { margin-left: 3px; }

@media (max-width: 920px) {
  .topbar .topbar-title { display: none; }
  .topbar .topbar-divider { display: none; }
}
@media (max-width: 720px) {
  .topbar .top-balance { display: none; }
  .topbar .account-switch { display: none; }
  .topbar .market-account { padding: 9px 10px; font-size: 11px; }
  .share-top { padding: 0 14px; }
  .share-top-actions > span { display: none; }
  .share-top .brand > span { font-size: 14px; }
}
