.sosllantas-whatsapp-product-button.sosllantas-whatsapp-product-button {
  align-self: flex-start;
  width: auto !important;
}

.sosllantas-whatsapp-quote-button {
  white-space: nowrap;
  padding:10px 20px;
  transition:all 0.2s ease-in-out;
}
.sosllantas-whatsapp-quote-button:hover {
  background-color: #333333 !important;
}

.sosllantas-whatsapp-floating-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
  animation: sosllantas-whatsapp-pulse 1.8s ease-in-out infinite;
}

.sosllantas-whatsapp-floating-button svg {
  width: 30px;
  height: 30px;
}

.sosllantas-whatsapp-floating-button:hover,
.sosllantas-whatsapp-floating-button:focus-visible {
  background: #111827;
  color: #fff;
  animation-play-state: paused;
}

@keyframes sosllantas-whatsapp-pulse {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.1); }
  28% { transform: scale(1); }
  42% { transform: scale(1.06); }
}

@media (max-width: 767px) {
  .sosllantas-whatsapp-floating-button {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sosllantas-whatsapp-floating-button {
    animation: none;
  }
}

@media (max-width: 767px) {
  .sosllantas-whatsapp-product-button.sosllantas-whatsapp-product-button {
    align-self: stretch;
    width: 100% !important;
  }
}