.tecenda-whatsapp-fab {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 18px;
  color: #062e15;
  background: #25d366;
  border: 2px solid rgba(6, 46, 21, 0.08);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(6, 46, 21, 0.2);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.tecenda-whatsapp-fab:hover {
  color: #062e15;
  background: #20bd5b;
  box-shadow: 0 16px 34px rgba(6, 46, 21, 0.25);
  transform: translateY(-2px);
}

.tecenda-whatsapp-fab:focus-visible {
  outline: 3px solid #11c6cf;
  outline-offset: 4px;
}

.tecenda-whatsapp-fab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 720px) {
  .tecenda-whatsapp-fab {
    right: 16px;
    bottom: 16px;
    min-height: 48px;
    padding: 12px 15px;
    font-size: 14px;
  }
}
