#nezni-wa-lite,
#nezni-wa-lite *{
  box-sizing:border-box;
}

#nezni-wa-lite{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:99990;
  width:auto;
  height:auto;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  pointer-events:none;
}

#nezni-wa-lite .nezni-wa-lite-panel,
#nezni-wa-lite .nezni-wa-lite-button{
  pointer-events:auto;
}

.nezni-wa-lite-panel{
  position:absolute;
  right:0;
  bottom:72px;
  width:340px;
  max-width:calc(100vw - 32px);
  background:#ffffff;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(33,35,38,.08);
  box-shadow:0 18px 50px rgba(20,22,23,.18);
  opacity:0;
  transform:translateY(14px);
  visibility:hidden;
  transition:opacity .35s ease, transform .35s ease, visibility .35s ease;
}

#nezni-wa-lite.is-open .nezni-wa-lite-panel{
  opacity:1;
  transform:translateY(0);
  visibility:visible;
}

.nezni-wa-lite-head{
  position:relative;
  background:#45705F;
  padding:18px 20px;
  min-height:auto;
  display:block;
}

.nezni-wa-lite-head-title{
  color:#ffffff;
  font-size:16px;
  font-weight:650;
  line-height:1.3;
  padding-right:36px;
}

.nezni-wa-lite-head-icon{
  display:none;
}

.nezni-wa-lite-close{
  position:absolute;
  top:12px;
  right:12px;
  width:24px;
  height:24px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.16);
  color:#ffffff;
  font-size:18px;
  line-height:22px;
  cursor:pointer;
  padding:0;
}

.nezni-wa-lite-close:hover{
  background:rgba(255,255,255,.24);
}

.nezni-wa-lite-body{
  padding:20px;
  background:#ffffff;
}

.nezni-wa-lite-message{
  background:#F9F9FB;
  color:#212326;
  font-size:14px;
  line-height:1.5;
  padding:14px 15px;
  border-radius:14px;
  margin-bottom:16px;
  border:0;
  box-shadow:none;
}

.nezni-wa-lite-message:before{
  display:none;
}

.nezni-wa-lite-cta{
  display:flex;
  width:100%;
  height:48px;
  align-items:center;
  justify-content:center;
  background:#25D366;
  color:#ffffff !important;
  text-decoration:none !important;
  border:0;
  border-radius:999px;
  font-size:14px;
  font-weight:650;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow:0 8px 22px rgba(37,211,102,.28);
}

.nezni-wa-lite-cta:hover{
  transform:translateY(-1px);
  background:#20bf5a;
  color:#ffffff !important;
  box-shadow:0 10px 26px rgba(37,211,102,.34);
}

.nezni-wa-lite-send{
  display:none;
}

.nezni-wa-lite-button{
  width:58px;
  height:58px;
  border-radius:50%;
  border:0;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(20,22,23,.22);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
  padding:0;
}

.nezni-wa-lite-button:hover{
  transform:translateY(-2px) scale(1.04);
  background:#25D366;
  box-shadow:0 14px 34px rgba(20,22,23,.28);
}

.nezni-wa-lite-button svg{
  width:31px;
  height:31px;
  display:block;
}

@media(max-width:480px){
  #nezni-wa-lite{
    right:16px;
    bottom:16px;
  }

  .nezni-wa-lite-panel{
    right:0;
    bottom:70px;
    width:calc(100vw - 32px);
    max-width:340px;
    border-radius:18px;
  }

  .nezni-wa-lite-head{
    padding:17px 18px;
  }

  .nezni-wa-lite-body{
    padding:18px;
  }

  .nezni-wa-lite-button{
    width:56px;
    height:56px;
  }
}
