
.gswu-whatsapp-phone-link,
.gswu-telephone-link,
a.gswu-whatsapp-phone-link,
a.gswu-telephone-link,
.elementor-heading-title a.gswu-whatsapp-phone-link,
.elementor-heading-title a.gswu-telephone-link {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  display: inline-block;
  max-width: 100%;
}

.gswu-whatsapp-phone-link *,
.gswu-telephone-link * {
  white-space: nowrap !important;
}

.gswu-floating-whatsapp {
  --gswu-floating-bottom: 24px;
  --gswu-floating-side: 24px;
  --gswu-floating-z-index: 9999;

  position: fixed;
  bottom: var(--gswu-floating-bottom);
  z-index: var(--gswu-floating-z-index);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 20px 0 16px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.gswu-floating-whatsapp:hover,
.gswu-floating-whatsapp:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  text-decoration: none !important;
}

.gswu-floating-right {
  right: var(--gswu-floating-side);
}

.gswu-floating-left {
  left: var(--gswu-floating-side);
}

.gswu-floating-whatsapp.icon-only {
  width: 60px;
  min-width: 60px;
  height: 60px;
  padding: 0;
}

.gswu-floating-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gswu-floating-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.gswu-floating-label {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .gswu-floating-whatsapp {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    padding: 0;
    border-radius: 999px;
    background: #20c765;
    border: 3px solid #fff;
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.34),
      0 0 0 7px rgba(37, 211, 102, 0.18);
    animation: gswu-mobile-whatsapp-pulse 2.2s ease-in-out infinite;
  }

  .gswu-floating-whatsapp:hover,
  .gswu-floating-whatsapp:focus {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
      0 14px 32px rgba(0, 0, 0, 0.38),
      0 0 0 8px rgba(37, 211, 102, 0.22);
  }

  .gswu-floating-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .gswu-floating-label {
    display: none;
  }
}

@keyframes gswu-mobile-whatsapp-pulse {
  0%, 100% {
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.34),
      0 0 0 7px rgba(37, 211, 102, 0.18);
  }

  50% {
    box-shadow:
      0 12px 30px rgba(0, 0, 0, 0.38),
      0 0 0 11px rgba(37, 211, 102, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gswu-floating-whatsapp {
    animation: none !important;
  }
}
