.standings-widget {
  margin-bottom: 20px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 16px;
  font-size: 0.95rem;
}

.standings-widget .widget-title {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: var(--color-text);
}

.standings-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color-text);
}

.standings-table th,
.standings-table td {
  padding: 8px;
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}

.standings-table tbody tr:hover {
  background-color: rgba(255,255,255,0.05);
}
