.game-plugin-list{display:grid;gap:var(--space-3)}.game-plugin-row{display:grid;gap:var(--space-3);padding:var(--space-4)}.game-plugin-header{display:flex;gap:var(--space-3);align-items:baseline;justify-content:space-between}.game-plugin-header h3,.game-plugin-header p{margin:0}.game-plugin-meta{color:var(--color-muted);font-size:.82rem}.game-plugin-table{width:100%;border-collapse:collapse;font-size:.82rem}.game-plugin-table th,.game-plugin-table td{padding:var(--space-2);border-top:1px solid rgba(185,138,66,.28);text-align:center}.game-plugin-table th:first-child{text-align:left}.game-plugin-table thead th{color:var(--color-muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.game-plugin-table tbody th{color:var(--color-text);font-family:var(--font-display)}.game-plugin-table tbody td{color:var(--color-accent);font-family:var(--font-display);font-weight:800}@media(min-width:64rem){.game-plugin-list{grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}}
