.sunoti-pwa-banner{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.sunoti-pwa-banner.sunoti-pwa-show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sunoti-pwa-inner{
  background: #ffffff;
  color: #000000;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 12px;
}

.sunoti-pwa-icon{
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.sunoti-pwa-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sunoti-pwa-text{
  flex: 1 1 auto;
  min-width: 0;
}

.sunoti-pwa-title{
  font-weight: 800;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 3px;
}

.sunoti-pwa-sub{
  font-size: 13px;
  opacity: .88;
  line-height: 1.2;
}

.sunoti-pwa-ioshint{
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.25;
  color: #000;
  opacity: .82;
  border-left: 3px solid #2091ff;
  padding-left: 8px;
}

.sunoti-pwa-ioshint.sunoti-pwa-ioshint-on{
  opacity: 1;
}

.sunoti-pwa-actions{
  display: flex;
  align-items: center;
  gap: 8px;
}

.sunoti-pwa-btn{
  appearance: none;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 9px 10px;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.sunoti-pwa-btn i{
  color: #2091ff;
  margin-right: 6px;
}

.sunoti-pwa-btn.sunoti-pwa-install{
  border-color: rgba(32,145,255,.30);
}

.sunoti-pwa-btn.sunoti-pwa-install:hover{
  border-color: rgba(32,145,255,.65);
}

.sunoti-pwa-btn.sunoti-pwa-later{
  opacity: .92;
}

.sunoti-pwa-x{
  -webkit-appearance: none !important;
  appearance: none !important;

  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;

  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-sizing: border-box !important;
  border-radius: 999px !important;

  border: 1px solid rgba(0,0,0,.12) !important;
  background: #fff !important;
  color: #000 !important;

  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  cursor: pointer !important;
  flex: 0 0 40px !important;

  box-shadow: none !important;
  text-decoration: none !important;
}

.sunoti-pwa-x:hover{
  border-color: rgba(0,0,0,.22) !important;
}

.sunoti-pwa-x:focus{
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(32,145,255,.22) !important;
}

@media (max-width: 520px){
  .sunoti-pwa-inner{
    gap: 10px;
    padding: 10px;
  }
  .sunoti-pwa-actions{
    gap: 6px;
  }
  .sunoti-pwa-btn{
    padding: 9px 9px;
    font-size: 12.5px;
  }
  .sunoti-pwa-title{
    font-size: 14px;
  }
}
