﻿.pwa-update {
  position: fixed;
  z-index: 1065;
  left: 16px;
  right: 16px;
  bottom: 24px;
  background: #0d6efd;
  color: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.35);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pwa-update__text {
  font-size: 14px;
  line-height: 1.4;
}

.pwa-update__btn {
  background: #fff;
  color: #0d6efd;
  border: 0;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .pwa-update {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 72px);
  }
}
