/* ==========================================
   YZG STUDIO - IMAGE CONTROL (img.css)
   ========================================== */

.msg-content img,
.msg-group img,
.workspace img {
  max-width: 280px !important;
  max-height: 180px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 12px !important;
  border: 1px solid var(--border) !important;
  object-fit: cover !important;
  margin: 8px 0 !important;
  display: block !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.msg-content img:hover {
  transform: scale(1.03);
  border-color: var(--accent) !important;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3) !important;
}

/* Cuando la imagen está en el preview de adjunto */
.img-preview img {
  max-width: 120px !important;
  max-height: 80px !important;
  border-radius: 8px !important;
}
