/* Estilos para el botón flotante de WhatsApp */
.wpwf-button-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}

.wpwf-button-wrap.right {
  left: auto;
  right: 20px;
}

.wpwf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.wpwf-icon {
  width: 45px;
  height: 45px;
}
.wpwf-button-wrap.right {
  right: 20px;
  left: auto;
}
.wpwf-button-wrap.left {
  left: 20px;
  right: auto;
}

@media (max-width: 480px) {
  .wpwf-button {
    padding: 10px 12px;
  }
}
