/* ORCH-25353: magnify attachments, keep original aspect ratio (no fill-distort). */
sc-attachment-list .sc-att-grid {
  grid-template-columns: 1fr !important;
}
sc-attachment-list .sc-att-image-cell,
sc-attachment-list .grid > div.aspect-square {
  aspect-ratio: auto !important;
  max-height: none !important;
  height: auto !important;
}
sc-attachment-list .sc-att-image-cell > img,
sc-attachment-list .grid > div.aspect-square > img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
.sc-att-viewer:has(.sc-att-viewer__image) .sc-att-viewer__image {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
.lightbox-overlay:has(.lightbox-media) .lightbox-media {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}
