/* WhatsBot First Message: show the full text, not a clipped one-liner */
#appContent td.whatsbot-first-msg,
#appContent td[style*="max-width:260px"] {
  max-width: 480px !important;
  white-space: pre-wrap !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: break-word;
  line-height: 1.35;
}
