/* Stable, readable chat bubbles. Loaded after all theme variants. */
#cv .msg.ai {
  align-self: flex-start !important;
  flex-direction: row !important;
  width: 100% !important;
  max-width: 100% !important;
}

#cv .msg.ai .m-wrap { align-items: flex-start; }

#cv .msg.ai .m-body {
  width: auto;
  max-width: min(100%, 660px);
  color: #24202f;
  background: #fff !important;
  border: 1px solid rgba(72, 57, 112, .14) !important;
  border-radius: 6px 18px 18px 18px !important;
  box-shadow: 0 5px 18px rgba(38, 30, 67, .08) !important;
}

#cv .msg.user {
  align-self: flex-end !important;
  flex-direction: row-reverse !important;
  width: auto !important;
  max-width: 82% !important;
}

#cv .msg.user .m-body {
  color: #fff !important;
  background: linear-gradient(135deg, #574475, #8b5c91) !important;
  border-radius: 18px 6px 18px 18px !important;
}

html[data-theme="dark"] #cv .msg.ai .m-body {
  color: #f5f1fa;
  background: #292536 !important;
  border-color: rgba(255, 255, 255, .12) !important;
}

/* Image creation is not offered in OMINO. Image attachments remain available. */
#mode-img-btn,
#plus-img,
.w-chip-btn[onclick*="startImgGenPrompt"] {
  display: none !important;
}
