/* Teamz Lab games — keep platform toasts above bottom HUD / dock */

html.tz-game-toast-active .teamz-toast {
  bottom: var(--tz-game-toast-bottom, 24px) !important;
  max-width: min(92vw, 420px);
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  padding: 0.55rem 1rem;
  z-index: 19;
}
