/* Growth Digital - Safe floating chat greeting only */
/* No toca el formulario interno del widget */

#gd-chat-preview-bubble {
  position: fixed !important;
  right: 88px !important;
  bottom: 92px !important;
  z-index: 99999 !important;
  width: 330px !important;
  max-width: calc(100vw - 110px) !important;
  background: #ffffff !important;
  color: #2f3542 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 32px rgba(0,0,0,.18) !important;
  padding: 16px 46px 16px 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  font-family: Arial, sans-serif !important;
}

#gd-chat-preview-bubble::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -11px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  transform: rotate(45deg);
}

#gd-chat-preview-bubble img {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

#gd-chat-preview-bubble .gd-chat-preview-text {
  font-size: 18px !important;
  line-height: 1.35 !important;
}

#gd-chat-preview-bubble .gd-chat-preview-text strong {
  display: block !important;
  font-weight: 400 !important;
}

#gd-chat-preview-bubble .gd-chat-preview-close {
  position: absolute !important;
  right: 14px !important;
  top: 12px !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 26px !important;
  line-height: 24px !important;
  cursor: pointer !important;
  color: #111 !important;
}

#gd-chat-preview-bubble.gd-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #gd-chat-preview-bubble {
    right: 18px !important;
    bottom: 102px !important;
    width: calc(100vw - 52px) !important;
    max-width: 380px !important;
    padding: 14px 42px 14px 16px !important;
  }

  #gd-chat-preview-bubble img {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  #gd-chat-preview-bubble .gd-chat-preview-text {
    font-size: 18px !important;
  }
}
