.wa-float,
.wa {
  position: fixed !important;
  bottom: 26px !important;
  left: 26px !important;
  z-index: 1000 !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg,#f9e08e 0%,#d4af37 40%,#b8860b 70%,#f5d76e 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 26px rgba(212,175,55,.5) !important;
  transition: transform .3s ease !important;
  color: #1a0533 !important;
}
.wa-float:hover,
.wa:hover { transform: scale(1.12) !important; }
.wa-float svg,
.wa svg {
  width: 30px !important;
  height: 30px !important;
  fill: #1a0533 !important;
}
@media (max-width: 768px) {
  .wa-float,
  .wa {
    left: 20px !important;
    bottom: 20px !important;
  }
}
