
/* Eski/alttaki tekil WhatsApp butonlarını gizle */
.whatsapp-float,
.whatsapp-fixed,
.fixed-whatsapp,
.wa-float,
.whatsapp-button,
.whatsapp-btn,
.wp-float,
.wp-button,
a[href*="wa.me"]:not(.ebv-float-action),
a[href*="api.whatsapp.com"]:not(.ebv-float-action) {
  display: none !important;
}

/* Bizim sağ sabit WhatsApp kalsın */
.ebv-float-actions a[href*="wa.me"],
.ebv-float-actions a[href*="api.whatsapp.com"] {
  display: flex !important;
}

/* Sağ sabit butonları biraz aşağı al */
.ebv-float-actions {
  top: auto !important;
  bottom: 82px !important;
  transform: none !important;
}

/* WhatsApp butonunda gerçek logo */
.ebv-float-action.whatsapp {
  background: #18c45c !important;
  border-color: #18c45c !important;
  color: #fff !important;
}

.ebv-float-action.whatsapp img {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  .ebv-float-actions {
    bottom: 72px !important;
    right: 12px !important;
  }
}
