/** ADD YOUR AWESOME CODES HERE **/

.whatsapp-chat {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.whatsapp-chat:hover,
.whatsapp-chat:focus,
.whatsapp-chat:active {
  background: #1ebe5d;
  color: #ffffff;
  text-decoration: none;
}

.whatsapp-chat i {
  font-size: 21px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .whatsapp-chat {
    left: 14px;
    bottom: 14px;
    min-height: 44px;
    padding: 0 14px;
  }
}
