/* Desktop WhatsApp Float - styles */
.dwf-whatsapp {
  position: fixed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
  text-decoration: none;
  z-index: 9999;
}
.dwf-whatsapp svg { display:block; }
.dwf-whatsapp:focus { outline: 2px solid rgba(0,0,0,.25); outline-offset: 2px; }
.dwf-whatsapp:hover { transform: translateY(-1px); }
