/* Keep the supplied rank insignia visible in the compact service roll. */
.rank-card.roster-row{grid-template-columns:38px 38px minmax(130px,1.2fr) minmax(150px,1fr) auto}
.rank-card.roster-row .insignia{display:grid;place-items:center;position:static;width:30px;height:38px;background:none;overflow:visible}
.rank-card.roster-row .insignia img{display:block;max-width:30px;max-height:35px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.45))}
.rank-card.roster-row .rank-card__head{grid-column:3}
.rank-card.roster-row .formation{grid-column:4}
.rank-card.roster-row .profile-link{grid-column:5}
@media(max-width:640px){.rank-card.roster-row{grid-template-columns:30px 32px minmax(0,1fr) auto}.rank-card.roster-row .insignia{width:28px;height:32px}.rank-card.roster-row .insignia img{max-width:25px;max-height:29px}.rank-card.roster-row .rank-card__head{grid-column:3}.rank-card.roster-row .profile-link{grid-column:4}.rank-card.roster-row .formation{display:none}}
