.aypwa-install-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: 420px;
  margin: 0 auto;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #1a73e8;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  font-family: inherit;
  direction: rtl;
}

.aypwa-install-content p {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.9;
}

.aypwa-install-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.aypwa-btn {
  border: none;
  background: #fff;
  color: #1a73e8;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}

.aypwa-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.aypwa-toast {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #323232;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  direction: rtl;
  font-size: 14px;
}

.aypwa-toast-update .aypwa-btn {
  padding: 6px 12px;
  font-size: 12px;
}
