.mr-game-credits{display:grid;gap:2.5rem;padding:clamp(1.25rem,3vw,2.5rem) clamp(1rem,4vw,4rem)}
.mr-game-credits__section+.mr-game-credits__section{padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.12)}
.mr-game-credits__section h3{margin:0 0 1.25rem;color:#fff;font-size:clamp(1.2rem,1.8vw,1.65rem)}
.mr-game-credits__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1.5rem 1rem;align-items:start}
.mr-game-credit-card{min-width:0;color:#fff;text-align:center}
.mr-game-credit-card__photo{width:min(128px,100%);aspect-ratio:1;display:grid;place-items:center;margin:0 auto .75rem;padding:0;overflow:hidden;border:3px solid #fff;border-radius:50%;background:#182030;color:#fff;box-shadow:0 .8rem 2rem rgba(0,0,0,.4);font:inherit;font-size:2.5rem;font-weight:800;text-decoration:none}
.mr-game-credit-card__photo:is(button,a){cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.mr-game-credit-card__photo:is(button,a):hover,.mr-game-credit-card__photo:is(button,a):focus-visible{transform:scale(1.04);box-shadow:0 1rem 2.4rem rgba(0,0,0,.55);outline:2px solid rgba(255,255,255,.7);outline-offset:3px}
.mr-game-credit-card__photo img{width:100%;height:100%;display:block;object-fit:cover}
.mr-game-credit-card__name,.mr-game-credit-card__character,.mr-game-credit-card__roles,.mr-game-credit-card__meta{display:block}
.mr-game-credit-card__name{font-size:.96rem;line-height:1.25}
.mr-game-credit-card__character{margin-top:.28rem;color:#fff;font-size:.82rem;font-weight:650;line-height:1.3}
.mr-game-credit-card__roles{margin-top:.28rem;color:rgba(255,255,255,.62);font-size:.78rem;line-height:1.3}
.mr-game-credit-card__meta{margin-top:.3rem;color:rgba(255,255,255,.46);font-size:.7rem;line-height:1.3;text-transform:uppercase;letter-spacing:.04em}
@media(max-width:1180px){.mr-game-credits__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:820px){.mr-game-credits__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:560px){.mr-game-credits__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem .8rem}.mr-game-credit-card__photo{width:min(116px,100%)}}
.mr-game-credit-card[hidden],
.mr-game-credits__section[hidden],
.mr-character-card__portrayer-name[hidden],
.mr-character-card__portrayer[hidden] {
    display: none !important;
}
