#tmb-pwa-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  margin: 0 auto;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  animation: tmb-pwa-up 0.22s ease-out;
}

@keyframes tmb-pwa-up {
  from { transform: translateY(120%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

#tmb-pwa-banner .tmb-pwa-ico {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  flex: 0 0 auto;
}

#tmb-pwa-banner .tmb-pwa-txt {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  min-width: 0;
}

#tmb-pwa-banner .tmb-pwa-txt strong {
  font-size: 14px;
  color: #16254c;
}

#tmb-pwa-banner .tmb-pwa-txt span {
  font-size: 12px;
  color: #6b7280;
}

#tmb-pwa-banner .tmb-pwa-btn {
  flex: 0 0 auto;
  background: #ff9a16;
  color: #1a1408;
  border: 0;
  border-radius: 5px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

#tmb-pwa-banner .tmb-pwa-btn:active { transform: translateY(1px); }

#tmb-pwa-banner .tmb-pwa-x {
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  color: #9aa3af;
  font-size: 22px;
  line-height: 1;
  padding: 2px 6px;
  cursor: pointer;
}
