.cfb-elo-week-label {
  margin-bottom: 12px;
  color: #555;
}

.cfb-elo-game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.cfb-elo-game-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
}

.cfb-elo-game-meta {
  font-size: 0.8em;
  color: #777;
  margin-bottom: 8px;
}

.cfb-elo-team-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}

.cfb-elo-team-row + .cfb-elo-team-row {
  border-top: 1px solid #eee;
}

.cfb-elo-team-info {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.cfb-elo-team-logo {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.cfb-elo-team-logo--placeholder {
  display: inline-block;
  background: #eee;
  border-radius: 50%;
}

.cfb-elo-team-name {
  font-size: 0.95em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cfb-elo-team-row--favorite .cfb-elo-team-name {
  font-weight: 600;
}

.cfb-elo-winprob {
  font-weight: 700;
  color: #1a6e3c;
  white-space: nowrap;
  padding-left: 8px;
}

.cfb-elo-table {
  width: 100%;
  border-collapse: collapse;
}

.cfb-elo-table th,
.cfb-elo-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 0.9em;
}
