.makas-wa-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  background: #25d366;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
  will-change: transform;
}

.makas-wa-fab:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  filter: saturate(1.05) brightness(1.03);
}

.makas-wa-fab svg {
  display: block;
  width: 58px;
  height: 58px;
}

.makas-wa-fab.is-docked {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

@media (max-width: 760px) {
  .makas-wa-fab {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .makas-wa-fab svg {
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .makas-wa-fab {
    transition: none;
  }
}
