/* Production Docker compatibility overrides.
   Uploaded business logos may be original high-resolution files; keep them contained in cards, dashboards, and previews. */
img[src*='/uploads/logos/'],
img[src*='uploads/logos/'] {
  max-width: min(100%, 220px) !important;
  max-height: 96px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

img[src*='/uploads/stamp-icons/'],
img[src*='uploads/stamp-icons/'] {
  max-width: min(100%, 96px) !important;
  max-height: 96px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
