/* Frame supplied originals without cropping, distortion, or a larger card footprint. */
.merc-model-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0 0}
.merc-model-photos figure{margin:0;text-align:center;min-width:0}
.merc-model-photos img{display:block;width:100%;height:180px;object-fit:contain;background:#fff}
.merc-model-photos figcaption{font-weight:700;font-size:.9rem;margin-top:8px}
.product-photo-main:has(.merc-model-photos) .main-tool-image{object-fit:contain;max-width:100%;height:480px}
.product-main:has(.merc-model-photos) .open-source-fallback .tblhdr_colors th{background:#243642;color:#fff}
@media(max-width:760px){.product-photo-main:has(.merc-model-photos) .main-tool-image{height:360px}.merc-model-photos img{height:140px}}
