#whatsapp-float-button{
  position: fixed;
  background-color: #fff;
  border: 0 solid #B3B3B3;
  border-radius: 20px 0 0 20px;
  padding: 10px;
  cursor: pointer;
  transition: .3s ease-in-out;
  box-sizing: border-box;
}

#whatsapp-float-button:hover{
  opacity: 1 !important;
}

#whatsapp-float-button.expanded{
  right: -1px !important;
  opacity: 1 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #B3B3B3;
}

#whatsapp-float-button .wfcg-inner{
  display: flex;
  align-items: center;
  gap: 10px;
}

#whatsapp-float-button .wfcg-icon{
  width: 80px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whatsapp-float-button img{
  max-width: 100%;
  height: auto;
  display: block;
}

#whatsapp-float-button .wfcg-icon-fallback{
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 700;
  border: 1px solid #ddd;
  color: #333;
}

#whatsapp-float-button .wfcg-text a{
  color: #333;
  text-decoration: none;
  display: block;
}

#whatsapp-float-button h4{
  font-size: 14px;
  color: #333;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

#whatsapp-float-button p{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  transition: .3s ease-in-out;
}

#whatsapp-float-button.expanded .wfcg-text a:hover p{
  color:#23b33a;
  font-weight: 500;
}
