/* TikTok review: the visible website mark deliberately uses the identical GB app icon. */
.brand .glow-mark {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 5px;
  background: url("/brand/gb-app-icon-192.png") center / cover no-repeat;
  box-shadow: none;
}
.brand .glow-mark::before,
.brand .glow-mark::after,
.brand .glow-mark i { display: none; }
@media (max-width: 640px) {
  .brand .glow-mark { width: 38px; height: 38px; min-width: 38px; }
}
