.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: #25d366;
  color: #062d18;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
  font-size: 14px;
}

.whatsapp-float span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #168c43;
  font-size: 11px;
  font-weight: 900;
}

.whatsapp-float b { font-weight: 850; }

@media (max-width: 620px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding-right: 10px;
  }

  .whatsapp-float b { display: none; }
}
