/* Styles for Aragón 360 chat widget */
.ar360-chat { position: fixed; right: 24px; bottom: 24px; width: 360px; max-width: 92vw;
  background:#fff; border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,.15); overflow:hidden; z-index: 99999; }
.ar360-chat[data-position="bottom-left"] { left: 24px; right: auto; }
.ar360-chat__header { background: linear-gradient(135deg,#0a66c2,#2aa775); color:#fff; padding:14px 16px; font-weight:700; }
.ar360-chat__body { height: 460px; overflow-y:auto; padding:12px; }
.ar360-msg { padding:10px 12px; margin:8px 0; border-radius:12px; max-width:85%; line-height:1.35; white-space: pre-wrap; }
.ar360-msg--bot { background:#eef3ff; border:1px solid #dbe6ff; }
.ar360-msg--user { background:#e9f7ef; border:1px solid #cfead8; margin-left:auto; }
.ar360-chat__input { display:flex; gap:8px; padding:10px; border-top:1px solid #eee; }
.ar360-chat__input input { flex:1; padding:10px 12px; border:1px solid #ddd; border-radius:10px; }
.ar360-chat__input button { padding:10px 14px; border:0; border-radius:10px; background:#0a66c2; color:#fff; font-weight:600; cursor:pointer; }
.ar360-brand { font-size:12px; color:#3b3b3b; padding:8px 12px; opacity:.7; }
