/* VAAI additional embedding methods */
.vaai-inline-launcher,
.vaai-header-chat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  line-height: 1;
}
.vaai-inline-launcher--button {
  padding: 12px 18px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .16);
}
.vaai-inline-launcher--link {
  padding: 0;
  background: transparent !important;
  color: inherit;
  text-decoration: underline;
}
.vaai-header-chat-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  background: var(--vaai-header-icon-bg, #111827);
  color: var(--vaai-header-icon-color, #ffffff);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18);
  vertical-align: middle;
}
.vaai-header-chat-icon--button {
  width: auto;
  min-width: 0;
  padding: 10px 14px;
}
.vaai-header-chat-icon--link {
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  text-decoration: underline;
}
.vaai-header-chat-icon__glyph {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: var(--vaai-header-icon-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.vaai-header-chat-icon__glyph:empty::before {
  content: "💬";
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.vaai-header-chat-icon[style*="--vaai-header-icon-url"] .vaai-header-chat-icon__glyph::before { content: ""; }
.vaai-header-chat-icon__text { white-space: nowrap; }
.vaai-auto-header-chat-icon { margin-left: 8px; margin-right: 8px; }
