#my-chatgpt-widget { width: 100%; max-width:420px; border:1px solid #ddd; padding:10px; border-radius:8px; background:#fff; font-family: Arial, sans-serif; }
.mcg-messages { height:300px; overflow:auto; padding:8px; border-bottom:1px solid #eee; }
.mcg-msg { margin:6px 0; padding:8px; border-radius:6px; max-width:85%; word-wrap:break-word; }
.mcg-msg.user { background:#e6f7ff; text-align:right; margin-left:auto; }
.mcg-msg.bot { background:#f6f6f6; text-align:left; }
.mcg-input { display:flex; gap:8px; margin-top:8px; }
#mcg-input { flex:1; padding:8px; border:1px solid #ccc; border-radius:4px; }
#mcg-send { padding:8px 12px; border-radius:4px; cursor:pointer; }
.mcg-video { margin-top:8px; }
