.dogo-whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 18px;
  background: #25d366;
  color: #fff !important;
  font-family: "Inter Tight", "Lato", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  border-radius: 6.5px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.1s ease;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
  line-height: 1;
}
.dogo-whatsapp-cta:hover {
  background: #1ebe5b;
}
.dogo-whatsapp-cta:active {
  transform: scale(0.97);
}
.dogo-whatsapp-cta svg {
  flex-shrink: 0;
}
.dogo-whatsapp-cta span {
  display: inline-block;
}
