.ja-operator-row{display:flex;align-items:flex-end;gap:8px;align-self:flex-start;max-width:92%}.ja-operator-row>img{width:42px;height:42px;flex:0 0 42px;border-radius:50%;object-fit:cover;object-position:50% 20%;border:2px solid #67e8f9;box-shadow:0 0 18px #22d3ee55}.ja-operator-row .ja-bubble{margin:0;max-width:100%}.ja-auto-greeting{animation:jaOperatorIn .35s ease both}@keyframes jaOperatorIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* Laura: ritaglio ravvicinato e centrato nel badge e nell'intestazione */
#ja-chat[data-operator="laura"] .ja-chat-avatar img,
#ja-chat[data-operator="laura"] .ja-chat-head-avatar img{
  width:100%;height:100%;object-fit:cover;object-position:50% 27%;transform:scale(1.85);transform-origin:50% 27%;
}
#ja-chat[data-operator="laura"] .ja-operator-row>img{
  object-fit:cover;object-position:50% 27%;transform:none;
}
