/* Static KOF NEOWAVE lists keep their own column contract after renderer retirement. */
body[data-page="commands"] .character-table { min-width: 760px; }
body[data-page="commands"] .character-table th:nth-child(1),
body[data-page="commands"] .character-table td:nth-child(1) { width: 20%; }
body[data-page="commands"] .character-table th:nth-child(2),
body[data-page="commands"] .character-table td:nth-child(2) { width: 16%; }
body[data-page="commands"] .character-table th:nth-child(3),
body[data-page="commands"] .character-table td:nth-child(3) { width: 29%; }
body[data-page="commands"] .character-table th:nth-child(4),
body[data-page="commands"] .character-table td:nth-child(4) { width: 35%; }
body[data-page="commands"] .character-table td { overflow-wrap: anywhere; vertical-align: top; }
body[data-page="commands"] .game-list-card-summary { padding: 9px 10px; }
body[data-page="commands"] .game-list-card .character-card-main { display: grid; gap: 4px; }
