@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&amp;display=swap');

a[is="wa-chat-button"] {
  display: flex;
  text-decoration: none;
  line-height: normal;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 16px;
  right: 16px;
  gap: 7px;
  border-radius: 20px;
  border: 2px solid rgba(37, 211, 102, 0.20);
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(37, 211, 102, 0.10);
  z-index: 9999;
  padding: 7px 16px 7px 14px;
  cursor: pointer;
  color: #25D366;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: 'Manrope', sans-serif;
  transition: all 0.2s ease;
}
a[is="wa-chat-button"]:hover {
  box-shadow: 0px 1px 4px 0px rgba(37, 211, 102, 0.20);
}