/* Cache-safe Lilli avatar presentation.
   The portrait itself is transparent; no circular crop or backing tile is used. */
.chat-panel__avatar {
  width: 64px !important;
  height: 72px !important;
  flex: 0 0 64px;
  object-fit: contain !important;
  object-position: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.42));
}

@media (max-width: 660px) {
  .chat-panel__avatar {
    width: 58px !important;
    height: 66px !important;
    flex-basis: 58px;
  }
}
