.lkl-standings-wrap {
  width: 100%;
  max-width: 300px;
  margin: 0;
  box-sizing: border-box;
}

.lkl-standings-head {
  margin: 0 0 0.55rem;
}

.lkl-standings-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.lkl-standings-subtitle {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  line-height: 1.3;
  color: #666;
}

.lkl-standings {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.78rem;
  line-height: 1.25;
}

.lkl-standings th,
.lkl-standings td {
  padding: 0.32rem 0.22rem;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: middle;
}

.lkl-standings thead th {
  font-weight: 600;
  border-bottom-width: 2px;
  border-bottom-color: #c8c8c8;
  font-size: 0.68rem;
}

.lkl-standings tbody tr:last-child td {
  border-bottom: none;
}

.lkl-standings .lkl-col-pos {
  text-align: center;
  width: 1.8rem;
  white-space: nowrap;
}

.lkl-standings .lkl-col-num {
  text-align: center;
  width: 2.1rem;
  white-space: nowrap;
}

.lkl-standings .lkl-col-team {
  width: auto;
  overflow: hidden;
}

.lkl-team-cell {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 0;
}

.lkl-team-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.lkl-team-name {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.lkl-standings-error {
  color: #b00020;
  margin: 0;
}

.lkl-standings-stale {
  margin: 0.4rem 0 0;
  font-size: 0.7rem;
  color: #a67c00;
}

.lkl-standings-debug {
  margin-top: 0.75rem;
  padding: 0.75rem;
  font-size: 0.75rem;
  overflow: auto;
  background: #f6f6f6;
  border: 1px solid #ddd;
}
