.whatsapp-fallback {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #128c4a;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 10px 24px rgb(18 140 74 / 20%);
}

.whatsapp-fallback:hover {
  background: #0d713b;
}
