html.poku-prebrand body {
  visibility: hidden !important;
}

.poku-brand-lockup {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.poku-brand-logo {
  display: block;
  width: auto !important;
  height: 36px !important;
  max-width: 128px !important;
  object-fit: contain;
}

img[src*="traded-logo"],
img[src*="logo-text"] {
  display: none !important;
}

.poku-token-status-icon {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #41d98b;
  box-shadow: 0 0 0 4px rgba(65, 217, 139, .12);
}

@media (max-width: 640px) {
  .poku-brand-logo { height: 32px !important; max-width: 104px !important; }
}
