/* Only affect message attachments (not avatars/icons) */
.message-bubble-container .size-\[72px\] {
  width: auto !important;
  height: auto !important;
  max-width: 320px !important;
  max-height: 400px !important;
}

/* Make sure image behaves properly */
.message-bubble-container .size-\[72px\] img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
