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

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

.poka-brand-logo {
  display: block;
  width: auto !important;
  height: 31px !important;
  object-fit: contain;
}

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

.poka-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) {
  .poka-brand-logo { height: 28px !important; }
}
