.whatsapp-widget {
  position: fixed;
  bottom: 80px;
  right: 10px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-widget-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-widget img,
.whatsapp-widget-top img {
  width: 35px;
  height: 35px;
}
