/* Fix artwork image display - allow tall images */
.id-image { aspect-ratio: auto !important; max-height: 80vh !important; }
.id-image img { object-fit: contain !important; width: 100% !important; height: auto !important; max-height: 70vh !important; }
.certificate { overflow: visible !important; }
.id-grid { align-items: start !important; }
