.game-list-page .list-coverage-note {
  margin: 0 0 8px;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.game-list-page .list-page-title-supplement {
  display: inline-block;
  white-space: nowrap;
}

.game-list-page .character-filter-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.game-list-page .character-table-wrap {
  overflow-x: auto;
}

.game-list-page .game-list-table {
  min-width: 760px;
}

.game-list-page .game-list-table th,
.game-list-page .game-list-table td {
  width: auto !important;
}

.game-list-page .game-list-static-heading {
  display: flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 8px 10px;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
}

.game-list-page .character-name-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
}

.game-list-page .character-card-value,
.game-list-page .character-card-meta span {
  white-space: normal;
  overflow-wrap: anywhere;
}

.game-list-page .character-card-meta span {
  align-items: flex-start;
}

@media (max-width: 850px) {
  .game-list-page .character-filter-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .game-list-page .character-card-summary--with-value {
    grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 0.75fr);
  }

  .game-list-page .character-detail {
    grid-template-columns: minmax(0, 1fr);
  }
}
