.daftons-whatsapp-chat {
  position: fixed;
  right: 24px;
  bottom: 78px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 17px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(21, 82, 43, .25);
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.daftons-whatsapp-chat i {
  font-size: 22px;
}

.daftons-whatsapp-chat:hover,
.daftons-whatsapp-chat:focus-visible {
  background: #1ebe5d;
  color: #fff;
  box-shadow: 0 11px 28px rgba(21, 82, 43, .32);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .daftons-whatsapp-chat {
    right: 16px;
    bottom: 74px;
    min-height: 44px;
    padding: 0 14px;
  }
}
