/* KodaPets V5.29 · acceso flotante personalizado de WhatsApp */
.wa.waPetLover {
  display: grid;
  width: clamp(82px, 7.2vw, 108px);
  height: clamp(82px, 7.2vw, 108px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  place-items: center;
  overflow: visible;
  color: transparent;
  font-size: 0;
  transition: transform .22s ease, filter .22s ease;
}

.wa.waPetLover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 9px 14px rgba(20, 84, 45, .22));
}

.wa.waPetLover:hover,
.wa.waPetLover:focus-visible {
  transform: scale(1.1);
  filter: saturate(1.06);
}

.wa.waPetLover:focus-visible {
  outline: 3px solid rgba(38, 153, 78, .42);
  outline-offset: 4px;
}

@media (max-width: 600px) {
  .wa.waPetLover {
    width: 78px;
    height: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa.waPetLover {
    transition: none;
  }
}
