.player-table {
    .call-to-action__icon { height: 1rem; }
    .player__flag { height: 1.5em; }
    .twitch__body { fill: var(--twitch-purple); }

    @container (max-width: 60em) {
        .player__information {
            td::before {
                display: flex;
                align-items: center;
                content: attr(data-label);
                font-family: 'Barlow Condensed', sans-serif;
                text-transform: uppercase;
            }

            .table__character {
                padding: 0.25rem;

                & .character { padding: 0; }
                & img { display: none; }
            }
        }
    }
}
