.pwa-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68px;
  background-color: #eef2f1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #e0e0e0;
  z-index: 999999;
  padding-bottom: env(safe-area-inset-bottom);
}

.pwa-footer a {
  text-decoration: none;
  color: #727272;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.pwa-footer i {
  font-size: 20px;
  line-height: 20px;
}

.pwa-footer svg {
  width: 22px;
  height: 22px;
}

.pwa-footer a.active { color: #5d9cec; }
.pwa-footer a:active { background-color: rgba(0,0,0,0.04); }

body { padding-bottom: 80px; }
html { scroll-behavior: auto; }
