.smart-wa-chat-elementor {
  display: inline-flex;
  align-items: center;
}
.smart-wa-chat-elementor .chat-button-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  border-radius: 50%;
  transition: background .2s ease;
}
.smart-wa-chat-elementor .chat-button-icon img {
  width: 24px;
  height: 24px;
}
.smart-wa-chat-elementor .chat-button-label {
  margin-left: 8px;
}
.smart-wa-chat-elementor .chat-button-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
.smart-wa-chat-elementor .chat-button-icon:hover {
  background: #1ebe57;
}
