.wp-destek-fab {
  --wp-accent: #25d366;
  --wp-bottom: 22px;
  --wp-side: 22px;
  position: fixed;
  z-index: 9998;
  bottom: var(--wp-bottom);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  background: var(--wp-accent);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.wp-destek-fab--right {
  right: var(--wp-side);
  left: auto;
}

.wp-destek-fab--left {
  left: var(--wp-side);
  right: auto;
}

.wp-destek-fab:hover,
.wp-destek-fab:focus {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.42);
}

.wp-destek-fab__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.15rem;
}

.wp-destek-fab__text {
  padding-right: 4px;
  white-space: nowrap;
}

.wp-destek-fab--icon-only {
  padding: 12px;
}

.wp-destek-fab--icon-only .wp-destek-fab__text {
  display: none;
}

@media (max-width: 767.98px) {
  .wp-destek-fab {
    padding: 11px;
  }

  .wp-destek-fab__text {
    display: none;
  }
}

.wp-destek-fab.is-hidden-desktop {
  display: none;
}

@media (max-width: 767.98px) {
  .wp-destek-fab.is-hidden-desktop {
    display: inline-flex;
  }

  .wp-destek-fab.is-hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .wp-destek-fab.is-hidden-desktop {
    display: none !important;
  }
}
