.enklev-wa-wrap {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  max-width: calc(100vw - 24px);
  width: auto !important;
}

.enklev-wa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  width: fit-content !important;
  max-width: calc(100vw - 24px) !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.enklev-wa-button:hover,
.enklev-wa-button:focus {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  opacity: 1;
}

.enklev-wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

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

.enklev-wa-button .enklev-wa-text,
.enklev-wa-button:hover .enklev-wa-text,
.enklev-wa-button:focus .enklev-wa-text,
.enklev-wa-button:active .enklev-wa-text {
  display: inline-block;
  white-space: nowrap;
  color: #000000 !important;
}

@media (max-width: 767px) {
  .enklev-wa-wrap {
    display: block;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
  }

  .enklev-wa-button {
    border-radius: 999px !important;
    padding: 12px 16px !important;
    font-size: 14px;
    width: fit-content !important;
    min-width: 0 !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 44px !important;
    gap: 8px !important;
    white-space: nowrap !important;
    text-align: center;
  }

  .enklev-wa-button .enklev-wa-text,
  .enklev-wa-button:hover .enklev-wa-text,
  .enklev-wa-button:focus .enklev-wa-text,
  .enklev-wa-button:active .enklev-wa-text {
    display: inline-block !important;
  }

  .enklev-wa-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
}
