.whatsapp-chat-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  max-width: 100%;
  min-height: 2.35rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #066b37;
  border-radius: 0.7rem;
  background: linear-gradient(180deg, #16a85b 0%, #087a3e 100%);
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 0.3rem 0 #055b2f, 0 0.55rem 1rem rgba(5, 91, 47, 0.22);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
  vertical-align: middle;
}

.whatsapp-chat-button:hover {
  background: linear-gradient(180deg, #19b966 0%, #096f3a 100%);
  color: #fff !important;
  transform: translateY(-0.08rem);
  box-shadow: 0 0.38rem 0 #055b2f, 0 0.7rem 1.2rem rgba(5, 91, 47, 0.28);
}

.whatsapp-chat-button:active {
  transform: translateY(0.2rem);
  box-shadow: 0 0.08rem 0 #055b2f, 0 0.2rem 0.45rem rgba(5, 91, 47, 0.2);
}

.whatsapp-chat-button:focus-visible {
  outline: 0.2rem solid #ffcf4a;
  outline-offset: 0.2rem;
}

.whatsapp-chat-button .fa {
  flex: 0 0 auto;
  font-size: 1.15em;
}

@media (max-width: 22rem) {
  .whatsapp-chat-button {
    padding-inline: 0.7rem;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-chat-button {
    transition: none;
  }
}
