
#lpwa-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
.lpwa-box {
  background: #fff;
  width: 260px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 15px;
  font-family: Arial;
}
.lpwa-header {
  font-weight: bold;
  margin-bottom: 8px;
}
.lpwa-body {
  font-size: 13px;
  margin-bottom: 10px;
}
#lpwa-btn {
  display: block;
  background: #25D366;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
}
#lpwa-close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
