.bsm-whatsapp-float {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  display: inline-flex !important;
  width: 72px !important;
  height: 72px !important;
  text-decoration: none !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25)) !important;
}

.bsm-wa-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.bsm-wa-tooltip {
  position: absolute;
  right: 30px;
  bottom: 90px;
  width: 320px;
  background: #fff;
  color: #111;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 16px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
  font-family: inherit;
  display: flex;
  align-items: center;
}
.bsm-wa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 8px;
}
.bsm-wa-tooltip-body {
  display: block;
}
.bsm-wa-tooltip-title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 28px 8px 0;
  font-weight: 700;
}
.bsm-wa-tooltip-text {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  margin-right: 28px;
}
.bsm-wa-tooltip-pointer {
  position: absolute;
  right: 0px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
}
.bsm-wa-tooltip-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bsm-wa-tooltip.is-hidden {
  display: none;
}

@media (max-width: 989px) {
  .bsm-whatsapp-float {
    width: 56px !important;
    height: 56px !important;
    right: 10px !important;
    bottom: 10px !important;
  }
}

@media (max-width: 768px) {
  .bsm-wa-tooltip {
    right: 20px;
    bottom: 75px;
    max-width: calc(100vw - 96px);
    padding: 14px 16px;
    border-radius: 14px;
  }
  .bsm-wa-avatar {
    width: 44px;
    height: 44px;
    margin-right: 12px;
  }
  .bsm-wa-tooltip strong {
    font-size: 18px;
    margin: 0 24px 6px 0;
  }
  .bsm-wa-tooltip-text {
    font-size: 14px;
    line-height: 1.2;
    margin-right: 10px;
  }
  .bsm-wa-tooltip-close {
    top: 6px;
    right: 6px;
  }
}

.bsm-whatsapp-float:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 3px;
}
