/* v2.0.2 — small production UI refinements */

/* Present app-update prompts in the middle of the screen on mobile and desktop. */
.update-banner {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: min(calc(100% - 32px), 460px) !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999 !important;
}
