.wfk-customer-service-float {
  position: fixed;
  right: 32px;
  bottom: 48px;
  z-index: 100;
  display: block;
  width: 72px;
  height: 104px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.wfk-customer-service-float:hover,
.wfk-customer-service-float:focus-visible {
  transform: translateY(-3px) scale(1.04);
}

.wfk-customer-service-float:focus-visible {
  outline: 3px solid rgba(240, 74, 45, .35);
  outline-offset: 4px;
}

.wfk-customer-service-float img {
  display: block;
  width: 72px;
  height: 104px;
}

@media (max-width: 760px) {
  .wfk-customer-service-float {
    right: 20px;
    bottom: calc(104px + env(safe-area-inset-bottom));
    width: 62px;
    height: 90px;
  }

  .wfk-customer-service-float img {
    width: 62px;
    height: 90px;
  }
}
