.whatsapp-widget {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 300px;
  background: #f7f7f7;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  display: none;
  z-index: 9999;
}

.whatsapp-widget.active {
  display: block;
}

.widget-header {
  background: #075e54;
  color: #fff;
  padding: 12px;
  border-radius: 15px 15px 0 0;
  position: relative;
}

.widget-header span {
  display: block;
  font-size: 12px;
}

.close {
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
}

.widget-body {
  padding: 15px;
  background: #ece5dd;
}

.message {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  display: block;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
}

.whatsapp-float img {
  width: 32px;
}
