.related-card{overflow:hidden}
.related-card>span{height:auto;aspect-ratio:1/1.22;padding:12px;overflow:hidden;display:grid;place-items:center}
.related-card img{display:block;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain;object-position:center}
.related-card strong,.related-card small{position:relative;z-index:1;background:var(--panel)}
@media(max-width:580px){.related-card>span{height:auto;aspect-ratio:1/1.22;padding:9px}}
