/* Ento Assistant — custom styles */

/* Avatar icon size */
.message-avatar img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
}

/* Element / report side panel: 50% of viewport width.
   If this has no effect, inspect the panel in devtools and add a more specific selector. */
[data-sheet][data-state="open"],
.cl-element-sidebar {
  width: 50vw !important;
  max-width: 50vw !important;
  min-width: 50vw !important;
}
