/* FourColorComic v40.31.86 — Marketplace full-photo card display
   Public Marketplace cards should show the complete first listing photo.
   Use a comic/slab-friendly portrait frame and contain the image; never crop it. */
#marketplace .fcc59-card-cover{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3 / 4!important;
  min-height:0!important;
  padding:8px!important;
  box-sizing:border-box!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#020609!important;
}
#marketplace .fcc59-card-cover > img,
#marketplace .fcc59-card-cover .fcc59-mature-cover > img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  background:#020609!important;
}
/* Keep the mature-content shield filling the same complete-photo frame. */
#marketplace .fcc59-card-cover .fcc59-mature-cover{
  width:100%!important;
  height:100%!important;
}
@media(max-width:760px){
  #marketplace .fcc59-card-cover{aspect-ratio:3 / 4!important;height:auto!important}
}
