.wsc-whatsapp-sticky-btn {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  font-family: inherit;
}

.wsc-whatsapp-sticky-btn:hover {
  background: #20bd5a;
  color: #fff;
}

.wsc-whatsapp-sticky-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.wsc-whatsapp-sticky-btn svg {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  fill: #fff;
}

@media (max-width: 768px) {
  .wsc-whatsapp-sticky-btn {
    right: 10px;
    font-size: 18px;
    padding: 12px 18px;
  }

  .wsc-whatsapp-sticky-btn svg {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}
