.ctlt-tawk-button {
  --ctlt-tawk-color: #10b15a;
  align-items: center;
  background: var(--ctlt-tawk-color);
  border: 0;
  border-radius: 10px;
  bottom: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 700 17px/1.2 Arial, sans-serif;
  gap: 9px;
  height: 52px;
  justify-content: center;
  min-width: 118px;
  padding: 0 20px;
  position: fixed;
  z-index: 999999;
}

.ctlt-tawk-button svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.ctlt-tawk-button:hover,
.ctlt-tawk-button:focus {
  filter: brightness(0.92);
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

.ctlt-tawk-right {
  right: 14px;
}

.ctlt-tawk-left {
  left: 14px;
}

.ctlt-tawk-loading {
  opacity: 0.85;
  pointer-events: none;
}

@media (max-width: 480px) {
  .ctlt-tawk-button {
    bottom: 12px;
    font-size: 13px;
    height: 36px;
    min-width: 66px;
    padding: 0 10px;
  }

  .ctlt-tawk-right {
    right: 12px;
  }

  .ctlt-tawk-left {
    left: 12px;
  }

  .ctlt-tawk-button svg {
    height: 14px;
    width: 14px;
  }
}
