.iadis-whatsapp-button {
  position: fixed;
  z-index: 999998;
  right: 20px;
  bottom: 98px;
  display: inline-flex;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(83, 255, 151, 0.7);
  border-radius: 50%;
  padding: 0;
  background: #18d467;
  color: #ffffff;
  box-shadow:
    0 0 0 7px rgba(3, 91, 43, 0.42),
    0 0 22px rgba(24, 212, 103, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.iadis-whatsapp-icon {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.iadis-whatsapp-button:hover,
.iadis-whatsapp-button:focus-visible {
  background: #20e376;
  color: #ffffff;
  box-shadow:
    0 0 0 7px rgba(3, 91, 43, 0.52),
    0 0 28px rgba(24, 212, 103, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  outline: none;
  transform: translateY(-2px) scale(1.03);
}

.iadis-whatsapp-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .iadis-whatsapp-button {
    transition: none;
  }
}

@media (max-width: 640px) {
  .iadis-whatsapp-button {
    right: 20px;
    bottom: calc(max(14px, env(safe-area-inset-bottom)) + 78px);
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    box-shadow:
      0 0 0 6px rgba(3, 91, 43, 0.42),
      0 0 18px rgba(24, 212, 103, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .iadis-whatsapp-icon {
    width: 27px;
    height: 27px;
  }
}
