#coding .coding-table {
  min-width: 1560px !important;
}

#coding .leaderboard-main-section {
  max-height: 924px;
}

#coding .coding-table .col-version {
  width: 136px !important;
}

#coding .coding-table .col-score {
  width: 224px !important;
}

#coding .coding-table .col-dataset-score {
  width: 150px !important;
}

#coding .coding-table .col-coding-tier {
  width: 120px;
}

#coding .coding-table th {
  white-space: normal !important;
}

#coding .coding-table .leaderboard-head-label {
  line-height: 1.25 !important;
  white-space: normal !important;
}

#coding .coding-table .coding-tier-cell {
  min-width: 82px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: "MeriendaLeaderboardNumbers", CNNSansDisplayW04-Regular, "CNN Sans Display W04 Regular", Inter, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: var(--score-weight, 400);
  font-variant-numeric: tabular-nums;
  line-height: 1 !important;
  letter-spacing: 0;
  white-space: nowrap;
}

#coding .leaderboard-model-cell {
  display: grid;
  align-items: start;
  justify-items: center;
  justify-content: center;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  gap: 3px;
  min-width: 0;
}

#coding .leaderboard-model-cell > .version-link,
#coding .leaderboard-model-cell > .academic-model-meta {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

#coding .leaderboard-model-cell > .version-link {
  display: block;
  justify-self: stretch;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#coding .academic-model-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 5px;
  overflow: hidden;
}

#coding .academic-github-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #2f6f3c;
  border: 1px solid rgb(47 162 65 / 0.22);
  border-radius: 999px;
  background: rgb(52 160 64 / 0.06);
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

#coding .academic-github-link:hover {
  color: #2fa241;
  border-color: rgb(47 162 65 / 0.42);
  background: rgb(52 160 64 / 0.12);
  transform: translateY(-1px);
}

#coding .academic-github-link svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

#coding .academic-version-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 92px;
  padding: 2px 7px;
  overflow: hidden;
  color: #5e6f77;
  border: 1px solid rgb(94 111 119 / 0.18);
  border-radius: 999px;
  background: rgb(94 111 119 / 0.08);
  font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#coding .academic-cate-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 128px;
  padding: 2px 7px;
  overflow: hidden;
  color: #2f6f3c;
  border: 1px solid rgb(47 162 65 / 0.18);
  border-radius: 999px;
  background: rgb(52 160 64 / 0.06);
  font-family: Inter, Arial, "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#coding [data-coding-capability-breakdown] .capability-chart-grid.bar-grid {
  grid-template-columns: minmax(0, 1fr);
}

#coding [data-coding-capability-breakdown] .coding-capability-bar-card {
  min-width: 0;
}

#home .home-preview-coding {
  min-width: 880px !important;
}

@media (max-width: 720px) {
  #coding .coding-table {
    min-width: 1480px !important;
  }
}
