/* STOCKDIVAR_EMERGENCY_V793_TOAST_LAYER */
:root {
  --sd-v793-mobile-nav-clearance: calc(82px + env(safe-area-inset-bottom));
}

#wizardToast.market-toast,
.market-toast,
#apiRuntimeToast.api-toast,
.api-toast {
  position: fixed !important;
  z-index: 10060 !important;
  max-width: min(560px, calc(100vw - 28px)) !important;
}

@media (max-width: 980px), (pointer: coarse) {
  #wizardToast.market-toast,
  .market-toast,
  #apiRuntimeToast.api-toast,
  .api-toast {
    bottom: var(--sd-v793-mobile-nav-clearance) !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    transform: none !important;
  }
}
