#whatsapp-chat-button {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  backdrop-filter: blur(2px);
}

#whatsapp-chat-button img {
  width: 32px;
  max-width: 32px;
  height: 32px;
}
