.mymemo-pwa-update {
  align-items: center;
  background: #12324a;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 8px;
  bottom: 1rem;
  box-shadow: 0 12px 32px rgb(15 23 42 / 28%);
  color: #fff;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: 50%;
  max-width: calc(100vw - 2rem);
  padding: 0.75rem 0.9rem;
  position: fixed;
  transform: translateX(-50%);
  width: min(420px, calc(100vw - 2rem));
  z-index: 1090;
}
