#whatsapp-button-container .whatsapp-float-container {
  position: fixed !important;
  bottom: 2rem !important;
  right: 2rem !important;
  z-index: 9999 !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
}

#whatsapp-button-container .whatsapp-float-container .whatsapp-float {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 60px !important;
  height: 60px !important;
  background-color: #25d366 !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
  text-decoration: none !important;
  pointer-events: auto !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  color: #ffffff !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-align: center !important;
  cursor: pointer !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#whatsapp-button-container .whatsapp-float-container .whatsapp-float i {
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#whatsapp-button-container .whatsapp-float-container .whatsapp-float:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3) !important;
  background-color: #25d366 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#whatsapp-button-container .whatsapp-float-container .whatsapp-float:hover i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin: 0 !important;
  background: none !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

@media (max-width: 768px) {
  #whatsapp-button-container .whatsapp-float-container {
    bottom: 1.5rem !important;
    right: 1.5rem !important;
  }

  #whatsapp-button-container .whatsapp-float-container .whatsapp-float {
    width: 50px !important;
    height: 50px !important;
  }
  
  #whatsapp-button-container .whatsapp-float-container .whatsapp-float i {
    font-size: 25px !important;
  }
} 