
#wpp-button {
    color: #FFFFFF!important;
    display: flex;
    background-color: #3C7C00;
    width: 219px;
    height: 56px;
    text-align: center;
    border-radius: 24px;
    position: fixed;
    bottom: 32px;
    right: 32px;
    padding: 0;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.6);
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.6);
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #wpp-button div{
      display: flex;
    }
  #wpp-button:hover {
    cursor: pointer;
  }
  #wpp-button.show {
    opacity: 1;
    visibility: visible;
  }

#wpp-button p {
  font-size: 16px;
  margin-block-start: 17px;
  margin-block-end: 0px;
  margin-inline-start: 24px;
  margin-inline-end: 14.8px;
}

#wpp-button img {
  max-width: 22.4px;
  max-height: 22.4px;
  margin-block-start: 17px;
}

@media only screen and (max-width: 1024px) {
  #wpp-button {
    width: 56px;
    height: 56px;
  }
  #wpp-button p {
    display: none !important;
  }
  #wpp-button img {
    margin-block-start: 16.8px;
    margin-inline-start: 16.8px;
  }
}

  /* Styles for the content section */
