#premium-hud .hud-account {
  display: flex;
  min-width: 118px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 0 8px 0 2px;
}

#premium-hud .hud-account-name {
  max-width: 130px;
  overflow: hidden;
  color: #eef7fa;
  font-size: 12px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#premium-hud .hud-account-bonus {
  color: #65e7f2;
  font-size: 10px;
  letter-spacing: .05em;
}

#premium-hud .hud-divider { display: none; }
#premium-hud::after { display: none; }

/* The row used to be a second glass panel inside the HUD shell. */
#premium-hud .hud-row {
  padding: 0;
  border: 0;
  border-radius: inherit;
  outline: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#premium-hud {
  outline: 0;
  border: 1px solid rgba(212, 175, 55, .58);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .62);
}

#premium-hud .hud-block {
  min-width: auto;
  padding: 0 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#premium-hud .loot-progress-block { color: #67e7f2; }

canvas#game { border: 0 !important; outline: 0 !important; }

@media (max-width: 860px) {
  #premium-hud .hud-account { min-width: auto; }
  #premium-hud .hud-account-name { max-width: 70px; }
  #premium-hud .hud-account-bonus { display: none; }
}
