.intimezza-chat{max-width:900px;margin:0 auto;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}
.intimezza-chat .chat-log{max-height:360px;overflow:auto;padding:12px;background:#f9fafb}
.intimezza-chat .msg{max-width:80%;padding:.6rem .8rem;border-radius:12px;margin:.4rem 0;line-height:1.35}
.intimezza-chat .msg.user{background:#e6f0ff;margin-left:auto;border-top-right-radius:4px}
.intimezza-chat .msg.bot{background:#f1f5f9;margin-right:auto;border-top-left-radius:4px}
.intimezza-chat .sugs{display:flex;flex-wrap:wrap;gap:.4rem;margin:.25rem 0 .5rem}
.intimezza-chat .sug{padding:.35rem .6rem;border:1px solid #d1d5db;border-radius:9999px;background:#fff;cursor:pointer}
.intimezza-chat .sug:hover{background:#f3f4f6}
.intimezza-chat .chat-input{display:flex;gap:.5rem;border-top:1px solid #e5e7eb;padding:.5rem;background:#fff}
.intimezza-chat .chat-input input{flex:1;padding:.55rem;border:1px solid #d1d5db;border-radius:10px}
.intimezza-chat .chat-input button{padding:.55rem .9rem;border:0;border-radius:10px;background:#0072e5;color:#fff;font-weight:600;cursor:pointer}
.intimezza-chat .chat-input button:hover{background:#005fcc}
.intimezza-chat .chat-results{padding:12px;border-top:1px solid #e5e7eb;background:#fff}
.intimezza-chat .chat-results h4{margin:.4rem 0 1rem}
